SendMessageConfiguration

메시지 보내기 요청의 구성입니다.

JSON 표현
{
  "acceptedOutputModes": [
    string
  ],
  "pushNotification": {
    object (PushNotificationConfig)
  },
  "historyLength": integer,
  "blocking": boolean
}
필드
acceptedOutputModes[]

string

에이전트가 응답할 것으로 예상되는 출력 모드입니다.

pushNotification

object (PushNotificationConfig)

업데이트를 수신하는 데 사용할 수 있는 웹훅 구성

historyLength

integer

기록에 포함할 최대 메시지 수입니다. 0이면 기록이 무제한입니다.

blocking

boolean

true인 경우 작업이 완료될 때까지 메시지가 차단됩니다. false인 경우 메시지는 차단되지 않으며 작업이 즉시 반환됩니다. 작업 업데이트를 확인하는 것은 호출자의 책임입니다.