Uses of Class
org.botlibre.sdk.config.VoiceConfig

Packages that use VoiceConfig
org.botlibre.sdk   
org.botlibre.sdk.activity   
org.botlibre.sdk.activity.actions   
 

Uses of VoiceConfig in org.botlibre.sdk
 

Methods in org.botlibre.sdk that return VoiceConfig
 VoiceConfig SDKConnection.getVoice(InstanceConfig config)
          Return the bot's voice configuration.
 

Methods in org.botlibre.sdk with parameters of type VoiceConfig
 void SDKConnection.saveVoice(VoiceConfig config)
          Save the bot's voice configuration.
 

Uses of VoiceConfig in org.botlibre.sdk.activity
 

Fields in org.botlibre.sdk.activity declared as VoiceConfig
static VoiceConfig MainActivity.voice
           
 

Uses of VoiceConfig in org.botlibre.sdk.activity.actions
 

Constructors in org.botlibre.sdk.activity.actions with parameters of type VoiceConfig
HttpSaveVoiceAction(android.app.Activity activity, VoiceConfig config)