Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 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.
Protobuf type google.cloud.dialogflow.cx.v3.IntentView
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
INTENT_VIEW_UNSPECIFIED
Value: 0
Not specified. Treated as INTENT_VIEW_FULL.
Generated from protobuf enum INTENT_VIEW_UNSPECIFIED = 0;
INTENT_VIEW_PARTIAL
Value: 1
Training phrases field is not populated in the response.
Generated from protobuf enum INTENT_VIEW_PARTIAL = 1;
INTENT_VIEW_FULL
Value: 2
All fields are populated.
Generated from protobuf enum INTENT_VIEW_FULL = 2;