Udostępnij za pośrednictwem


ConversationReference Konstruktory

Definicja

Przeciążenia

ConversationReference()

Inicjuje nowe wystąpienie klasy ConversationReference.

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

Inicjuje nowe wystąpienie klasy ConversationReference.

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

Inicjuje nowe wystąpienie klasy ConversationReference.

ConversationReference()

Inicjuje nowe wystąpienie klasy ConversationReference.

public ConversationReference();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy ConversationReference.

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)

Parametry

activityId
String

(Opcjonalnie) Identyfikator działania do odwoływania się.

user
ChannelAccount

(Opcjonalnie) Użytkownik uczestniczący w tej konwersacji.

bot
ChannelAccount

Bot uczestniczący w tej konwersacji.

conversation
ConversationAccount

Dokumentacja konwersacji.

channelId
String

Identyfikator kanału.

serviceUrl
String

Punkt końcowy usługi, w którym mogą być wykonywane operacje dotyczące konwersacji, do której odwołuje się odwołanie.

Dotyczy

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

Inicjuje nowe wystąpienie klasy ConversationReference.

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)

Parametry

locale
CultureInfo

Nazwa ustawień regionalnych dla zawartości pola tekstowego. Nazwa ustawień regionalnych jest kombinacją dwuliterowego lub trzyliterowego kodu kultury ISO 639 skojarzonego z językiem i dwuliterowego kodu subkultury ISO 3166 skojarzonego z krajem lub regionem. Nazwa ustawień regionalnych może również odpowiadać prawidłowemu tagowi języka BCP-47.

activityId
String

(Opcjonalnie) Identyfikator działania do odwoływania się.

user
ChannelAccount

(Opcjonalnie) Użytkownik uczestniczący w tej konwersacji.

bot
ChannelAccount

Bot uczestniczący w tej konwersacji.

conversation
ConversationAccount

Dokumentacja konwersacji.

channelId
String

Identyfikator kanału.

serviceUrl
String

Punkt końcowy usługi, w którym mogą być wykonywane operacje dotyczące konwersacji, do której odwołuje się odwołanie.

Dotyczy