ConversationReference Class

Definition

An object relating to a particular point in a conversation.

public class ConversationReference
type ConversationReference = class
Public Class ConversationReference
Inheritance
ConversationReference

Constructors

ConversationReference()

Initializes a new instance of the ConversationReference class.

ConversationReference(CultureInfo, String, ChannelAccount, ChannelAccount, ConversationAccount, String, String)

Initializes a new instance of the ConversationReference class.

ConversationReference(String, ChannelAccount, ChannelAccount, ConversationAccount, String, String)

Initializes a new instance of the ConversationReference class.

Properties

ActivityId

Gets or sets (Optional) ID of the activity to refer to.

Bot

Gets or sets (Optional) Bot participating in this conversation.

ChannelId

Gets or sets ID of the channel in which the referenced conversation exists.

Conversation

Gets or sets Reference to the conversation.

Locale

Gets or sets (Optional) A BCP-47 locale name for the referenced conversation.

ServiceUrl

Gets or sets (Optional) Service endpoint where operations concerning the referenced conversation may be performed.

User

Gets or sets (Optional) User participating in this conversation.

Methods

GetContinuationActivity()

Creates Activity from conversation reference as it is posted to bot.

Applies to