Google Cloud Dialogflow V2 Client - Class IntentView (1.1.1)

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

Methods

name

Parameter
Name Description
value mixed

value

Parameter
Name Description
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;