package google.assistant.embedded.v1alpha1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service EmbeddedAssistant

embedded_assistant.proto:28

Service that implements Google Assistant API.

message AudioInConfig

embedded_assistant.proto:89

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](https://developers.google.com/assistant/sdk/develop/grpc/best-practices/audio).

Used in: ConverseConfig

enum AudioInConfig.Encoding

embedded_assistant.proto:92

Audio encoding of the data sent in the audio message. Audio must be one-channel (mono). The only language supported is "en-US".

Used in: AudioInConfig

message AudioOut

embedded_assistant.proto:168

The audio containing the assistant's response to the query. Sequential chunks of audio data are received in sequential `ConverseResponse` messages.

Used in: ConverseResponse

message AudioOutConfig

embedded_assistant.proto:123

Specifies the desired format for the server to use when it returns `audio_out` messages.

Used in: ConverseConfig

enum AudioOutConfig.Encoding

embedded_assistant.proto:126

Audio encoding of the data returned in the audio message. All encodings are raw audio bytes with no header, except as indicated below.

Used in: AudioOutConfig

message ConverseConfig

embedded_assistant.proto:74

Specifies how to process the `ConverseRequest` messages.

Used in: ConverseRequest

enum ConverseResponse.EventType

embedded_assistant.proto:251

Indicates the type of event.

Used in: ConverseResponse

message ConverseResult

embedded_assistant.proto:176

The semantic result for the user's spoken query.

Used in: ConverseResponse

enum ConverseResult.MicrophoneMode

embedded_assistant.proto:178

Possible states of the microphone after a `Converse` RPC completes.

Used in: ConverseResult

message ConverseState

embedded_assistant.proto:157

Provides information about the current dialog state.

Used in: ConverseConfig