PromptType Enumeration
Use the following enumeration members to specify prompt types reported by TurnStartingEvent.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Enumeration PromptType
public enum PromptType
public enum class PromptType
Microsoft.Rtc.Workflow.Activities.PromptType = function();
Microsoft.Rtc.Workflow.Activities.PromptType.createEnum('Microsoft.Rtc.Workflow.Activities.PromptType', false);
Members
Member name | Description | |
---|---|---|
Custom |
Custom prompt defined by application author
|
|
Main |
Main prompt
|
|
Help |
Prompt is used when a help command in the scope is triggered
|
|
Repeat |
Prompt that asks the user to repeat an utterance Currently used only by SpeechQuestionAnswerActivity.
|
|
Silence |
Prompt that is played if the user stays silent
|
|
EscalatedSilence |
Prompt that indicates silence that provides more explicit options than plain "Silence"
|
|
NoRecognition |
Prompt that indicates an utterance was not recognized
|
|
EscalatedNoRecognition |
Prompt that indicates an utterance was not recognized and provides more explicit options than plain "NoRecognition"
|
|
Acknowledge |
Prompt used to acknowlegde the user input and is played before the input text is sent for recognition. Currently used only by InstantMessagingQuestionAnswerActivity.
|