IPlayPromptAction interface
PlayPrompt allows to play either Text-To-Speech audio or a media file.
- Extends
Properties
| action | Type of action. |
| operation |
Used to correlate outcomes to actions in ConversationResult. |
| prompts | List of prompts to play out with each single prompt object. |
Property Details
action
Type of action.
action: string
Property Value
string
operationId
Used to correlate outcomes to actions in ConversationResult.
operationId: string
Property Value
string
prompts
List of prompts to play out with each single prompt object.
prompts: IPrompt[]
Property Value
IPrompt[]