Modules§
- Nested message and enum types in
AudioInConfig
. - Nested message and enum types in
AudioOutConfig
. - Nested message and enum types in
ConverseRequest
. - Nested message and enum types in
ConverseResponse
. - Nested message and enum types in
ConverseResult
. - Generated client implementations.
Structs§
- Specifies how to process the
audio_in
data that will be provided in subsequent requests. For recommended settings, see the Google Assistant SDK best practices. - The audio containing the assistant’s response to the query. Sequential chunks of audio data are received in sequential
ConverseResponse
messages. - Specifies the desired format for the server to use when it returns
audio_out
messages. - Specifies how to process the
ConverseRequest
messages. - The top-level message sent by the client. Clients must send at least two, and typically numerous
ConverseRequest
messages. The first message must contain aconfig
message and must not containaudio_in
data. All subsequent messages must containaudio_in
data and must not contain aconfig
message. - The top-level message received by the client. A series of one or more
ConverseResponse
messages are streamed back to the client. - The semantic result for the user’s spoken query.
- Provides information about the current dialog state.