Google Cloud Ces V1 Client - Class InputType (0.1.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

The input message is text.

Generated from protobuf enum INPUT_TYPE_TEXT = 1;

INPUT_TYPE_AUDIO

Value: 2

The input message is audio.

Generated from protobuf enum INPUT_TYPE_AUDIO = 2;

INPUT_TYPE_IMAGE

Value: 3

The input message is image.

Generated from protobuf enum INPUT_TYPE_IMAGE = 3;

INPUT_TYPE_BLOB

Value: 4

The input message is blob file.

Generated from protobuf enum INPUT_TYPE_BLOB = 4;

INPUT_TYPE_TOOL_RESPONSE

Value: 5

The input message is client function tool response.

Generated from protobuf enum INPUT_TYPE_TOOL_RESPONSE = 5;

INPUT_TYPE_VARIABLES

Value: 6

The input message are variables.

Generated from protobuf enum INPUT_TYPE_VARIABLES = 6;