responseType property
Response type. Possible string values are:
- "RESPONSE_TYPE_UNSPECIFIED" : Not specified. This should never happen.
- "PARTIAL" : Partial response. e.g. Aggregated responses in a Fulfillment
that enables
return_partial_response
can be returned as partial response. WARNING: partial response is not eligible for barge-in. - "FINAL" : Final response.
Implementation
core.String? responseType;