Google Cloud Ces V1 Client - Class Source (0.1.0)

Reference documentation and code samples for the Google Cloud Ces V1 Client class Source.

The source of the conversation.

Protobuf type google.cloud.ces.v1.Conversation.Source

Namespace

Google \ Cloud \ Ces \ V1 \ Conversation

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SOURCE_UNSPECIFIED

Value: 0

Unspecified source.

Generated from protobuf enum SOURCE_UNSPECIFIED = 0;

LIVE

Value: 1

The conversation is from the live end user.

Generated from protobuf enum LIVE = 1;

SIMULATOR

Value: 2

The conversation is from the simulator.

Generated from protobuf enum SIMULATOR = 2;

PBEVAL

Value: 3

The conversation is from the evaluation.

Generated from protobuf enum EVAL = 3;