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
'Usage
Dim instance As PromptType
public enum PromptType

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.

See Also

Reference

Microsoft.Rtc.Workflow.Activities Namespace