次の方法で共有


IPlayPromptAction interface

PlayPrompt では、テキストTo-Speech オーディオまたはメディア ファイルを再生できます。

Extends

プロパティ

action

アクションの種類。

operationId

ConversationResult のアクションに結果を関連付けるために使用されます。

prompts

1 つのプロンプト オブジェクトごとに再生するプロンプトの一覧。

プロパティの詳細

action

アクションの種類。

action: string

プロパティ値

string

operationId

ConversationResult のアクションに結果を関連付けるために使用されます。

operationId: string

プロパティ値

string

prompts

1 つのプロンプト オブジェクトごとに再生するプロンプトの一覧。

prompts: IPrompt[]

プロパティ値