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_indata 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
ConverseResponsemessages. - Specifies the desired format for the server to use when it returns
audio_outmessages. - Specifies how to process the
ConverseRequestmessages. - The top-level message sent by the client. Clients must send at least two, and typically numerous
ConverseRequestmessages. The first message must contain aconfigmessage and must not containaudio_indata. All subsequent messages must containaudio_indata and must not contain aconfigmessage. - The top-level message received by the client. A series of one or more
ConverseResponsemessages are streamed back to the client. - The semantic result for the user’s spoken query.
- Provides information about the current dialog state.