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
public string AcknowledgePrompt { get; set; }
public:
property String^ AcknowledgePrompt {
    String^ get ();
    void set (String^ value);
}
function get_acknowledgePrompt();
function set_acknowledgePrompt(value);

See Also

InstantMessagingPrompts Class

Microsoft.Rtc.Workflow.Common Namespace