SendMessageConfiguration

送信メッセージ リクエストの構成。

JSON 表現
{
  "acceptedOutputModes": [
    string
  ],
  "pushNotification": {
    object (PushNotificationConfig)
  },
  "historyLength": integer,
  "blocking": boolean
}
フィールド
acceptedOutputModes[]

string

エージェントが応答することが想定される出力モード。

pushNotification

object (PushNotificationConfig)

更新の受信に使用できる Webhook の構成

historyLength

integer

履歴に含めるメッセージの最大数。0 の場合、履歴は無制限になります。

blocking

boolean

true の場合、タスクが完了するまでメッセージはブロックされます。false の場合、メッセージは非ブロッキングになり、タスクはすぐに返されます。タスクの更新を確認するのは、呼び出し元の責任です。