Reference documentation and code samples for the Google Cloud Ces V1 Client class InputType.
Type of the input message.
Protobuf type google.cloud.ces.v1.Conversation.InputType
Namespace
Google \ Cloud \ Ces \ V1 \ ConversationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
INPUT_TYPE_UNSPECIFIED
Value: 0Unspecified input type.
Generated from protobuf enum INPUT_TYPE_UNSPECIFIED = 0;
INPUT_TYPE_TEXT
Value: 1The input message is text.
Generated from protobuf enum INPUT_TYPE_TEXT = 1;
INPUT_TYPE_AUDIO
Value: 2The input message is audio.
Generated from protobuf enum INPUT_TYPE_AUDIO = 2;
INPUT_TYPE_IMAGE
Value: 3The input message is image.
Generated from protobuf enum INPUT_TYPE_IMAGE = 3;
INPUT_TYPE_BLOB
Value: 4The input message is blob file.
Generated from protobuf enum INPUT_TYPE_BLOB = 4;
INPUT_TYPE_TOOL_RESPONSE
Value: 5The input message is client function tool response.
Generated from protobuf enum INPUT_TYPE_TOOL_RESPONSE = 5;
INPUT_TYPE_VARIABLES
Value: 6The input message are variables.
Generated from protobuf enum INPUT_TYPE_VARIABLES = 6;