Class NuanceMixDlgSettings

java.lang.Object
com.mypurecloud.sdk.v2.model.NuanceMixDlgSettings
All Implemented Interfaces:
Serializable

public class NuanceMixDlgSettings extends Object implements Serializable
NuanceMixDlgSettings
See Also:
  • Constructor Details

    • NuanceMixDlgSettings

      public NuanceMixDlgSettings()
    • NuanceMixDlgSettings

      public NuanceMixDlgSettings(Boolean initWithEmptyList)
  • Method Details

    • channelId

      public NuanceMixDlgSettings channelId(String 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

      public String getChannelId()
    • setChannelId

      public void setChannelId(String channelId)
    • inputParameters

      public NuanceMixDlgSettings inputParameters(Map<String,Object> 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

      public Map<String,Object> getInputParameters()
    • setInputParameters

      public void setInputParameters(Map<String,Object> inputParameters)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object