ConversationReference Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ConversationReference() |
Initialise une nouvelle instance de la classe ConversationReference. |
ConversationReference(String, ChannelAccount, ChannelAccount, ConversationAccount, String, String) |
Initialise une nouvelle instance de la classe ConversationReference. |
ConversationReference(CultureInfo, String, ChannelAccount, ChannelAccount, ConversationAccount, String, String) |
Initialise une nouvelle instance de la classe ConversationReference. |
ConversationReference()
Initialise une nouvelle instance de la classe ConversationReference.
public ConversationReference ();
Public Sub New ()
S’applique à
ConversationReference(String, ChannelAccount, ChannelAccount, ConversationAccount, String, String)
Initialise une nouvelle instance de la classe 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)
Paramètres
- activityId
- String
(Facultatif) ID de l’activité à laquelle faire référence.
- user
- ChannelAccount
(Facultatif) Utilisateur participant à cette conversation.
- bot
- ChannelAccount
Bot participant à cette conversation.
- conversation
- ConversationAccount
Référence de conversation.
- channelId
- String
ID de canal.
- serviceUrl
- String
Point de terminaison de service où les opérations relatives à la conversation référencée peuvent être effectuées.
S’applique à
ConversationReference(CultureInfo, String, ChannelAccount, ChannelAccount, ConversationAccount, String, String)
Initialise une nouvelle instance de la classe 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)
Paramètres
- locale
- CultureInfo
Nom des paramètres régionaux pour le contenu du champ de texte. Le nom des paramètres régionaux est une combinaison d’un code de culture à deux ou trois lettres ISO 639 associé à une langue et d’un code de sous-culture à deux lettres ISO 3166 associé à un pays ou à une région. Le nom des paramètres régionaux peut également correspondre à une balise de langue BCP-47 valide.
- activityId
- String
(Facultatif) ID de l’activité à laquelle faire référence.
- user
- ChannelAccount
(Facultatif) Utilisateur participant à cette conversation.
- bot
- ChannelAccount
Bot participant à cette conversation.
- conversation
- ConversationAccount
Référence de conversation.
- channelId
- String
ID de canal.
- serviceUrl
- String
Point de terminaison de service où les opérations relatives à la conversation référencée peuvent être effectuées.