Del via


ContinueConversation.ConversationReference Property

Definition

Gets or sets the conversationReference for the target conversation.

public AdaptiveExpressions.Properties.ObjectExpression<Microsoft.Bot.Schema.ConversationReference> ConversationReference { get; set; }
member this.ConversationReference : AdaptiveExpressions.Properties.ObjectExpression<Microsoft.Bot.Schema.ConversationReference> with get, set
Public Property ConversationReference As ObjectExpression(Of ConversationReference)

Property Value

The conversation reference data structure which is needed to switch to a conversation.

Applies to