次の方法で共有


Conversation.CreateConversationAsync(SpeechConfig, String) メソッド

定義

新しい会話を非同期的に作成します。

public static System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Transcription.Conversation> CreateConversationAsync (Microsoft.CognitiveServices.Speech.SpeechConfig speechConfig, string conversationId = default);
static member CreateConversationAsync : Microsoft.CognitiveServices.Speech.SpeechConfig * string -> System.Threading.Tasks.Task<Microsoft.CognitiveServices.Speech.Transcription.Conversation>
Public Shared Function CreateConversationAsync (speechConfig As SpeechConfig, Optional conversationId As String = Nothing) As Task(Of Conversation)

パラメーター

speechConfig
SpeechConfig

使用する音声構成。

conversationId
String

(省略可能)参加する会話の識別子。

戻り値

注釈

この非同期操作によって会話が作成された後、 Conversation。ConversationId には、会話識別子が含まれています。

適用対象