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: 1Text input.
Generated from protobuf enum INPUT_TYPE_TEXT = 1;
INPUT_TYPE_EVENT
Value: 7Event input.
Generated from protobuf enum INPUT_TYPE_EVENT = 7;
INPUT_TYPE_AUDIO
Value: 2Audio input.
Generated from protobuf enum INPUT_TYPE_AUDIO = 2;
INPUT_TYPE_IMAGE
Value: 3Image input.
Generated from protobuf enum INPUT_TYPE_IMAGE = 3;
INPUT_TYPE_BLOB
Value: 4Blob input.
Generated from protobuf enum INPUT_TYPE_BLOB = 4;
INPUT_TYPE_TOOL_RESPONSE
Value: 5Client function tool response input.
Generated from protobuf enum INPUT_TYPE_TOOL_RESPONSE = 5;
INPUT_TYPE_VARIABLES
Value: 6Variables input.
Generated from protobuf enum INPUT_TYPE_VARIABLES = 6;