Delen via


ConversationReference Constructors

Definitie

Overloads

ConversationReference()

Initialiseert een nieuw exemplaar van de ConversationReference klasse.

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

Initialiseert een nieuw exemplaar van de ConversationReference klasse.

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

Initialiseert een nieuw exemplaar van de ConversationReference klasse.

ConversationReference()

Initialiseert een nieuw exemplaar van de ConversationReference klasse.

public ConversationReference();
Public Sub New ()

Van toepassing op

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

Initialiseert een nieuw exemplaar van de 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)

Parameters

activityId
String

(Optioneel) Id van de activiteit waarnaar moet worden verwezen.

user
ChannelAccount

(Optioneel) Gebruiker die deelneemt aan dit gesprek.

bot
ChannelAccount

Bot die deelneemt aan dit gesprek.

conversation
ConversationAccount

Gespreksreferentie.

channelId
String

Kanaal-id.

serviceUrl
String

Service-eindpunt waar bewerkingen met betrekking tot het gesprek waarnaar wordt verwezen, kunnen worden uitgevoerd.

Van toepassing op

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

Initialiseert een nieuw exemplaar van de 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)

Parameters

locale
CultureInfo

Een landinstellingsnaam voor de inhoud van het tekstveld. De landinstellingsnaam is een combinatie van een ISO 639-cultuurcode van twee of drie letters die is gekoppeld aan een taal en een ISO 3166-subcultuurcode van twee letters die is gekoppeld aan een land of regio. De landinstellingsnaam kan ook overeenkomen met een geldige BCP-47-taaltag.

activityId
String

(Optioneel) Id van de activiteit waarnaar moet worden verwezen.

user
ChannelAccount

(Optioneel) Gebruiker die deelneemt aan dit gesprek.

bot
ChannelAccount

Bot die deelneemt aan dit gesprek.

conversation
ConversationAccount

Gespreksreferentie.

channelId
String

Kanaal-id.

serviceUrl
String

Service-eindpunt waar bewerkingen met betrekking tot het gesprek waarnaar wordt verwezen, kunnen worden uitgevoerd.

Van toepassing op