Dialogflow CX V3 API - Module Google::Cloud::Dialogflow::CX::V3::IntentView (v0.7.1)

Reference documentation and code samples for the Dialogflow CX V3 API module Google::Cloud::Dialogflow::CX::V3::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.

Constants

INTENT_VIEW_UNSPECIFIED

value: 0
Not specified. Treated as INTENT_VIEW_FULL.

INTENT_VIEW_PARTIAL

value: 1
Training phrases field is not populated in the response.

INTENT_VIEW_FULL

value: 2
All fields are populated.