Google Cloud Dialogflow V2 Client - Class IntentView (1.8.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class IntentView.

Represents the options for views of an intent.

An intent can be a sizable object. Therefore, we provide a resource view that does not return training phrases in the response by default.

Protobuf type google.cloud.dialogflow.v2.IntentView

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

INTENT_VIEW_UNSPECIFIED

Value: 0

Training phrases field is not populated in the response.

Generated from protobuf enum INTENT_VIEW_UNSPECIFIED = 0;

INTENT_VIEW_FULL

Value: 1

All fields are populated.

Generated from protobuf enum INTENT_VIEW_FULL = 1;