次の方法で共有


CommunicationMessageType 構造体

定義

メッセージの種類。 テキスト、画像、テンプレートをサポートします。

public readonly struct CommunicationMessageType : IEquatable<Azure.Communication.Messages.CommunicationMessageType>
type CommunicationMessageType = struct
Public Structure CommunicationMessageType
Implements IEquatable(Of CommunicationMessageType)
継承
CommunicationMessageType
実装

コンストラクター

CommunicationMessageType(String)

CommunicationMessageType の新しいインスタンスを初期化します。

プロパティ

Image

正常に作成できました。

Template

テンプレートを選択します。

Text

text.

メソッド

Equals(CommunicationMessageType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(CommunicationMessageType, CommunicationMessageType)

2 つの CommunicationMessageType 値が同じかどうかを判断します。

Implicit(String to CommunicationMessageType)

文字列を CommunicationMessageType に変換します。

Inequality(CommunicationMessageType, CommunicationMessageType)

2 つの CommunicationMessageType 値が同じでないかどうかを判断します。

適用対象