TestAdapter.CreateConversation(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a ConversationReference.
public static Microsoft.Bot.Schema.ConversationReference CreateConversation (string name, string user = "User1", string bot = "Bot");
static member CreateConversation : string * string * string -> Microsoft.Bot.Schema.ConversationReference
Public Shared Function CreateConversation (name As String, Optional user As String = "User1", Optional bot As String = "Bot") As ConversationReference
Parameters
- name
- String
name of the conversation (also ID).
- user
- String
name of the user (also ID) default:User1.
- bot
- String
name of the bot (also ID) default:Bot.
Returns
ConversationReference.