SlangBuddyOptions

Modifier and Type Method and Description String getAPIKey()

Returns the API key of the account SlangAppProperties getAppProperties()

Returns the app properties registered by the application String getBuddyId()

Returns the ID of the buddy being initialized Context getContext()

Returns the application's context Locale getDefaultLocale()

Returns the default locale specified by the application SlangBuddy.Environment getEnvironment()

Returns the environment specified by the application int getHelpDisplayThreshold()

Returns the number of failed attempts after which to automatically show help SlangIntentAction getIntentAction()

Returns the intent action registered by the application SlangBuddy.Listener getListener()

Returns the Slang buddy listener registered by the application Set<Locale> getRequestedLocales()

Returns the locales requested by the application Activity getStartActivity()

Returns the start activity specified by the app SlangUIProvider getUIProvider()

Returns the UI provider registered by the application SlangUserProperties getUserProperties()

Returns the user properties registered by the application SlangUtteranceAction getUtteranceAction()

Returns the utterance action registered by the application

Last updated