Full name: projects.locations.interactionsHttp.get
Gets an interaction.
Endpoint
gethttps://{service-endpoint}/v1beta1/{name}
Where {service-endpoint} is one of the supported service endpoints.
Path parameters
namestring
Required. The name of the interaction to retrieve. Format: interactions/{interaction}
Query parameters
streamboolean
If true, streams the interaction events as Server-Sent events.
lastEventIdstring
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.