Module: Google::Cloud::Dialogflow::CX::V3::IntentView

Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/intent.rb

Overview

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.

Constant Summary collapse

INTENT_VIEW_UNSPECIFIED =

Not specified. Treated as INTENT_VIEW_FULL.

0
INTENT_VIEW_PARTIAL =

Training phrases field is not populated in the response.

1
INTENT_VIEW_FULL =

All fields are populated.

2