Modules§

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 a config message and must not contain audio_in data. All subsequent messages must contain audio_in data and must not contain a config 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.