Share via


InstantMessagingPrompts.AcknowledgePrompt Property

Gets the AcknowledgePrompt, which provides confirmation before the input text is sent for recognition.

Namespace:  Microsoft.Rtc.Workflow.Common
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public Property AcknowledgePrompt As String
    Get
    Set
'Usage
Dim instance As InstantMessagingPrompts
Dim value As String

value = instance.AcknowledgePrompt

instance.AcknowledgePrompt = value
public string AcknowledgePrompt { get; set; }

Property Value

Type: System.String

See Also

Reference

InstantMessagingPrompts Class

InstantMessagingPrompts Members

Microsoft.Rtc.Workflow.Common Namespace