Array.<Choice>
Number
CreateInteractionChoiceSet
CreateInteractionChoiceSet
Initializes an instance of CreateInteractionChoiceSet.
Array.<Choice>
Get the ChoiceSet
Kind: Instance method of CreateInteractionChoiceSet
Returns: Array.<Choice>
- the KEY_CHOICE_SET value
Number
Get the InteractionChoiceSetID
Kind: Instance method of CreateInteractionChoiceSet
Returns: Number
- the KEY_INTERACTION_CHOICE_SET_ID value
CreateInteractionChoiceSet
Set the ChoiceSet
Kind: Instance method of CreateInteractionChoiceSet
Returns: CreateInteractionChoiceSet
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
set | Array.<Choice> |
A choice is an option given to the user, which can be selected either by menu, or through voice recognition system. - The desired ChoiceSet. {'array_min_size': 1, 'array_max_size': 100} |
CreateInteractionChoiceSet
Set the InteractionChoiceSetID
Kind: Instance method of CreateInteractionChoiceSet
Returns: CreateInteractionChoiceSet
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
id | Number |
Unique ID used for this interaction choice set. - The desired InteractionChoiceSetID. {'num_min_value': 0, 'num_max_value': 2000000000} |