SendMessageConfiguration

메시지 전송 요청 구성입니다.

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

string

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

pushNotification

object (PushNotificationConfig)

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

historyLength

integer

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

blocking

boolean

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