次の方法で共有


CreateResponseRealtimeClientMessage.Instructions プロパティ

定義

目的の応答に関するモデルをガイドする命令を取得または設定します。

public:
 property System::String ^ Instructions { System::String ^ get(); void set(System::String ^ value); };
public string? Instructions { get; set; }
member this.Instructions : string with get, set
Public Property Instructions As String

プロパティ値

注釈

設定されている場合は、この応答のみのセッション レベルの命令をオーバーライドします。 null場合は、セッションの既定の命令が使用されます。

適用対象