Поделиться через


VideoConversationMessageContent Class

Definition

A request to send a video conversation message.

public class VideoConversationMessageContent : Azure.Communication.Messages.ConversationMessageContent, System.ClientModel.Primitives.IJsonModel<Azure.Communication.Messages.VideoConversationMessageContent>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.Messages.VideoConversationMessageContent>
type VideoConversationMessageContent = class
    inherit ConversationMessageContent
    interface IJsonModel<VideoConversationMessageContent>
    interface IPersistableModel<VideoConversationMessageContent>
Public Class VideoConversationMessageContent
Inherits ConversationMessageContent
Implements IJsonModel(Of VideoConversationMessageContent), IPersistableModel(Of VideoConversationMessageContent)
Inheritance
VideoConversationMessageContent
Implements

Constructors

VideoConversationMessageContent(Uri)

Initializes a new instance of VideoConversationMessageContent.

Properties

Caption

Optional text content.

MediaUri

A media url for the file. Required if the type is one of the supported media types, e.g. image.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConversationMessageContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ConversationMessageContent)
IJsonModel<ConversationMessageContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ConversationMessageContent)
IJsonModel<VideoConversationMessageContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VideoConversationMessageContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationMessageContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ConversationMessageContent)
IPersistableModel<ConversationMessageContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ConversationMessageContent)
IPersistableModel<ConversationMessageContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ConversationMessageContent)
IPersistableModel<VideoConversationMessageContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VideoConversationMessageContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VideoConversationMessageContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to