Package com.mypurecloud.sdk.v2.model
Class NuanceMixDlgSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.NuanceMixDlgSettings
- All Implemented Interfaces:
Serializable
NuanceMixDlgSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe Nuance channel ID to use when launching the Nuance bot, which must one of the code names of the bot's registered input channels.booleaninthashCode()inputParameters(Map<String, Object> inputParameters) Name/value pairs of input variables to be sent to the Nuance bot.voidsetChannelId(String channelId) voidsetInputParameters(Map<String, Object> inputParameters) toString()
-
Constructor Details
-
NuanceMixDlgSettings
public NuanceMixDlgSettings() -
NuanceMixDlgSettings
-
-
Method Details
-
channelId
The Nuance channel ID to use when launching the Nuance bot, which must one of the code names of the bot's registered input channels. -
getChannelId
-
setChannelId
-
inputParameters
Name/value pairs of input variables to be sent to the Nuance bot. The values must be in the appropriate format for the variable's type (see https://docs.mix.nuance.com/dialog-grpc/v1/#simple-variable-types for help) -
getInputParameters
-
setInputParameters
-
equals
-
hashCode
public int hashCode() -
toString
-