Index
InteractionsService(interface)VoicesHttpService(interface)VoicesService(interface)
InteractionsService
API that allows users to interact with models and agents.
| CancelInteraction |
|---|
|
Cancels an interaction.
|
| CancelInteractionHttp |
|---|
|
Cancels an interaction.
|
| CreateInteraction |
|---|
|
Creates an interaction.
|
| CreateInteractionHttp |
|---|
|
Generates a set of responses from the model.
|
| CreateInteractionStream |
|---|
|
Creates an interaction and streams the response.
|
| DeleteInteraction |
|---|
|
Deletes an interaction.
|
| GetInteraction |
|---|
|
Fully typed proto, unary version of GetInteraction that returns Interaction proto.
|
| GetInteractionHttp |
|---|
|
Gets an interaction.
|
| GetInteractionStream |
|---|
|
Fully typed proto, streaming version of GetInteraction that returns Interaction proto.
|
| ListInteractions |
|---|
|
List interactions.
|
| ListInteractionsHttp |
|---|
|
List interactions.
|
VoicesHttpService
VoicesService
VoicesService defines typed RPCs for future SDK generation. NOTE: No handlers are currently registered for these RPCs. All traffic is served via VoicesHttpService (the HttpBody-wrapping service). When handlers are added, the scaffolding_registration_test in labs/language/genai/Voices/ must be updated to include "VoicesService" in its services argument.