IAnswerAction interface
Answer action allows a bot to accept a Skype call. Answer action should be a first action in response to Conversation notification.
- Extends
Properties
accept |
The modality types the application will accept. If none are specified it assumes audio only. |
action | Type of action. |
operation |
Used to correlate outcomes to actions in ConversationResult. |
Property Details
acceptModalityTypes
The modality types the application will accept. If none are specified it assumes audio only.
acceptModalityTypes?: string[]
Property Value
string[]
action
Type of action.
action: string
Property Value
string
operationId
Used to correlate outcomes to actions in ConversationResult.
operationId: string
Property Value
string