Freigeben über


ConversationsExtensions.CreateDirectConversation Methode

Definition

Überlädt

CreateDirectConversation(IConversations, ChannelAccount, ChannelAccount, Activity)
CreateDirectConversation(IConversations, ChannelAccount, ChannelAccount, Activity)

Erstellen Sie eine neue direkte Konversation zwischen einem Bot und einem Benutzer.

CreateDirectConversation(IConversations, String, String, Activity)
CreateDirectConversation(IConversations, String, String, Activity)

Erstellen Sie eine neue direkte Konversation zwischen einem Bot und einem Benutzer.

CreateDirectConversation(IConversations, ChannelAccount, ChannelAccount, Activity)

public static Microsoft.Bot.Connector.ConversationResourceResponse CreateDirectConversation (this Microsoft.Bot.Connector.IConversations operations, Microsoft.Bot.Connector.ChannelAccount bot, Microsoft.Bot.Connector.ChannelAccount user, Microsoft.Bot.Connector.Activity activity = default);
static member CreateDirectConversation : Microsoft.Bot.Connector.IConversations * Microsoft.Bot.Connector.ChannelAccount * Microsoft.Bot.Connector.ChannelAccount * Microsoft.Bot.Connector.Activity -> Microsoft.Bot.Connector.ConversationResourceResponse
<Extension()>
Public Function CreateDirectConversation (operations As IConversations, bot As ChannelAccount, user As ChannelAccount, Optional activity As Activity = Nothing) As ConversationResourceResponse

Parameter

operations
IConversations
activity
Activity

Gibt zurück

Gilt für:

CreateDirectConversation(IConversations, ChannelAccount, ChannelAccount, Activity)

Erstellen Sie eine neue direkte Konversation zwischen einem Bot und einem Benutzer.

public static Microsoft.Bot.Schema.ConversationResourceResponse CreateDirectConversation (this Microsoft.Bot.Connector.IConversations operations, Microsoft.Bot.Schema.ChannelAccount bot, Microsoft.Bot.Schema.ChannelAccount user, Microsoft.Bot.Schema.Activity activity = default);
static member CreateDirectConversation : Microsoft.Bot.Connector.IConversations * Microsoft.Bot.Schema.ChannelAccount * Microsoft.Bot.Schema.ChannelAccount * Microsoft.Bot.Schema.Activity -> Microsoft.Bot.Schema.ConversationResourceResponse
<Extension()>
Public Function CreateDirectConversation (operations As IConversations, bot As ChannelAccount, user As ChannelAccount, Optional activity As Activity = Nothing) As ConversationResourceResponse

Parameter

operations
IConversations

Die Vorgangsgruppe für diese Erweiterungsmethode.

bot
ChannelAccount

Bot, aus dem eine Konversation erstellt werden soll.

user
ChannelAccount

Benutzer, mit dem eine Unterhaltung erstellt werden soll.

activity
Activity

(OPTIONAL) erste Nachricht, die an die neue Unterhaltung gesendet werden soll.

Gibt zurück

ConversationResourceResponse.

Gilt für:

CreateDirectConversation(IConversations, String, String, Activity)

public static Microsoft.Bot.Connector.ConversationResourceResponse CreateDirectConversation (this Microsoft.Bot.Connector.IConversations operations, string botAddress, string userAddress, Microsoft.Bot.Connector.Activity activity = default);
static member CreateDirectConversation : Microsoft.Bot.Connector.IConversations * string * string * Microsoft.Bot.Connector.Activity -> Microsoft.Bot.Connector.ConversationResourceResponse
<Extension()>
Public Function CreateDirectConversation (operations As IConversations, botAddress As String, userAddress As String, Optional activity As Activity = Nothing) As ConversationResourceResponse

Parameter

operations
IConversations
botAddress
String
userAddress
String
activity
Activity

Gibt zurück

Gilt für:

CreateDirectConversation(IConversations, String, String, Activity)

Erstellen Sie eine neue direkte Konversation zwischen einem Bot und einem Benutzer.

public static Microsoft.Bot.Schema.ConversationResourceResponse CreateDirectConversation (this Microsoft.Bot.Connector.IConversations operations, string botAddress, string userAddress, Microsoft.Bot.Schema.Activity activity = default);
static member CreateDirectConversation : Microsoft.Bot.Connector.IConversations * string * string * Microsoft.Bot.Schema.Activity -> Microsoft.Bot.Schema.ConversationResourceResponse
<Extension()>
Public Function CreateDirectConversation (operations As IConversations, botAddress As String, userAddress As String, Optional activity As Activity = Nothing) As ConversationResourceResponse

Parameter

operations
IConversations

Die Vorgangsgruppe für diese Erweiterungsmethode.

botAddress
String

Bot, aus dem eine Konversation erstellt werden soll.

userAddress
String

Benutzer, mit dem eine Unterhaltung erstellt werden soll.

activity
Activity

(OPTIONAL) erste Nachricht, die an die neue Unterhaltung gesendet werden soll.

Gibt zurück

ConversationResourceResponse.

Gilt für: