Method: interactionsHttp.get

Full name: projects.locations.interactionsHttp.get

Gets an interaction.

Endpoint

get https://{service-endpoint}/v1beta1/{name}

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

name string

Required. The name of the interaction to retrieve. Format: interactions/{interaction}

Query parameters

stream boolean

If true, streams the interaction events as Server-Sent events.

lastEventId string

If set, resumes the interaction stream from the chunk after the event marked by the event id. Can only be used if stream is true.

includeInput
(deprecated)
boolean

If true, includes the input in the response.

Request body

The request body must be empty.

Response body

If successful, the response is a generic HTTP response whose format is defined by the method.