Freigeben über


ConversationReference Konstruktoren

Definition

Überlädt

ConversationReference()

Initialisiert eine neue Instanz der ConversationReference-Klasse.

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

Initialisiert eine neue Instanz der ConversationReference-Klasse.

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

Initialisiert eine neue Instanz der ConversationReference-Klasse.

ConversationReference()

Initialisiert eine neue Instanz der ConversationReference-Klasse.

public ConversationReference ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue Instanz der ConversationReference-Klasse.

public ConversationReference (string activityId = default, Microsoft.Bot.Schema.ChannelAccount user = default, Microsoft.Bot.Schema.ChannelAccount bot = default, Microsoft.Bot.Schema.ConversationAccount conversation = default, string channelId = default, string serviceUrl = default);
new Microsoft.Bot.Schema.ConversationReference : string * Microsoft.Bot.Schema.ChannelAccount * Microsoft.Bot.Schema.ChannelAccount * Microsoft.Bot.Schema.ConversationAccount * string * string -> Microsoft.Bot.Schema.ConversationReference
Public Sub New (Optional activityId As String = Nothing, Optional user As ChannelAccount = Nothing, Optional bot As ChannelAccount = Nothing, Optional conversation As ConversationAccount = Nothing, Optional channelId As String = Nothing, Optional serviceUrl As String = Nothing)

Parameter

activityId
String

(Optional) ID der Aktivität, auf die verwiesen werden soll.

user
ChannelAccount

(Optional) Benutzer, der an dieser Unterhaltung teilnimmt.

bot
ChannelAccount

Bot, der an dieser Unterhaltung teilnimmt.

conversation
ConversationAccount

Unterhaltungsreferenz.

channelId
String

Kanal-ID.

serviceUrl
String

Dienstendpunkt, bei dem Vorgänge in Bezug auf die Konversation ausgeführt werden können, auf die verwiesen wird.

Gilt für:

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

Initialisiert eine neue Instanz der ConversationReference-Klasse.

public ConversationReference (System.Globalization.CultureInfo locale, string activityId = default, Microsoft.Bot.Schema.ChannelAccount user = default, Microsoft.Bot.Schema.ChannelAccount bot = default, Microsoft.Bot.Schema.ConversationAccount conversation = default, string channelId = default, string serviceUrl = default);
new Microsoft.Bot.Schema.ConversationReference : System.Globalization.CultureInfo * string * Microsoft.Bot.Schema.ChannelAccount * Microsoft.Bot.Schema.ChannelAccount * Microsoft.Bot.Schema.ConversationAccount * string * string -> Microsoft.Bot.Schema.ConversationReference
Public Sub New (locale As CultureInfo, Optional activityId As String = Nothing, Optional user As ChannelAccount = Nothing, Optional bot As ChannelAccount = Nothing, Optional conversation As ConversationAccount = Nothing, Optional channelId As String = Nothing, Optional serviceUrl As String = Nothing)

Parameter

locale
CultureInfo

Ein Gebietsschemaname für den Inhalt des Textfelds. Der Gebietsschemaname ist eine Kombination aus einem zwei- oder dreibuchstabenigen ISO 639-Kulturcode, der einer Sprache zugeordnet ist, und einem ZWEI-Buchstaben-Subkulturcode nach ISO 3166, der einem Land oder einer Region zugeordnet ist. Der Gebietsschemaname kann auch einem gültigen BCP-47-Sprachtag entsprechen.

activityId
String

(Optional) ID der Aktivität, auf die verwiesen werden soll.

user
ChannelAccount

(Optional) Benutzer, der an dieser Unterhaltung teilnimmt.

bot
ChannelAccount

Bot, der an dieser Unterhaltung teilnimmt.

conversation
ConversationAccount

Unterhaltungsreferenz.

channelId
String

Kanal-ID.

serviceUrl
String

Dienstendpunkt, bei dem Vorgänge in Bezug auf die Konversation ausgeführt werden können, auf die verwiesen wird.

Gilt für: