Message Classe

Definizione

Attenzione

The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.

Oggetto messaggio facebook usato per l'invio di messaggi tramite l'API Facebook.

[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class Message
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type Message = class
Public Class Message
Ereditarietà
Message
Attributi

Costruttori

Message()
Obsoleti.

Oggetto messaggio facebook usato per l'invio di messaggi tramite l'API Facebook.

Proprietà

Attachment
Obsoleti.

Ottiene o imposta l'allegato.

Attachments
Obsoleti.

Ottiene un elenco di allegati.

IsEcho
Obsoleti.

Ottiene o imposta un valore che indica se il messaggio è stato inviato dalla pagina stessa.

Metadata
Obsoleti.

Ottiene o imposta i metadati.

Mid
Obsoleti.

Ottiene o imposta l'ID del messaggio.

QuickReplies
Obsoleti.

Ottiene le risposte rapide.

StickerId
Obsoleti.

Ottiene o imposta l'ID adesivo.

Text
Obsoleti.

Ottiene o imposta il testo del messaggio.

Metodi

ShouldSerializeAttachments()
Obsoleti.

Metodo Newtonsoft JSON per la serializzazione condizionale della Attachments proprietà.

ShouldSerializeIsEcho()
Obsoleti.

Metodo Newtonsoft JSON per la serializzazione condizionale della IsEcho proprietà.

ShouldSerializeQuickReplies()
Obsoleti.

Metodo Newtonsoft JSON per la serializzazione condizionale della QuickReplies proprietà.

Si applica a