SendMessageConfiguration

傳送訊息要求的設定。

JSON 表示法
{
  "acceptedOutputModes": [
    string
  ],
  "pushNotification": {
    object (PushNotificationConfig)
  },
  "historyLength": integer,
  "blocking": boolean
}
欄位
acceptedOutputModes[]

string

代理程式預計會回應的輸出模式。

pushNotification

object (PushNotificationConfig)

可用於接收最新消息的 Webhook 設定

historyLength

integer

記錄中可包含的訊息數量上限。如果設為 0,記錄就不會設限。

blocking

boolean

如為 true,訊息會封鎖,直到工作完成為止。如果為 false,訊息將不會遭到封鎖,且系統會立即傳回工作。通話者有責任查看任何工作更新。