Google Cloud Ces V1 Client - Class InputType (0.3.0)

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 \ Conversation

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

INPUT_TYPE_UNSPECIFIED

Value: 0

Unspecified input type.

Generated from protobuf enum INPUT_TYPE_UNSPECIFIED = 0;

INPUT_TYPE_TEXT

Value: 1

Text input.

Generated from protobuf enum INPUT_TYPE_TEXT = 1;

INPUT_TYPE_EVENT

Value: 7

Event input.

Generated from protobuf enum INPUT_TYPE_EVENT = 7;

INPUT_TYPE_AUDIO

Value: 2

Audio input.

Generated from protobuf enum INPUT_TYPE_AUDIO = 2;

INPUT_TYPE_IMAGE

Value: 3

Image input.

Generated from protobuf enum INPUT_TYPE_IMAGE = 3;

INPUT_TYPE_BLOB

Value: 4

Blob input.

Generated from protobuf enum INPUT_TYPE_BLOB = 4;

INPUT_TYPE_TOOL_RESPONSE

Value: 5

Client function tool response input.

Generated from protobuf enum INPUT_TYPE_TOOL_RESPONSE = 5;

INPUT_TYPE_VARIABLES

Value: 6

Variables input.

Generated from protobuf enum INPUT_TYPE_VARIABLES = 6;