Google\Cloud\Dialogflow\V2\IntentView
*/
class IntentView
{
/**
* Training phrases field is not populated in the response.
*
* Generated from protobuf enum INTENT_VIEW_UNSPECIFIED = 0;
*/
const INTENT_VIEW_UNSPECIFIED = 0;
/**
* All fields are populated.
*
* Generated from protobuf enum INTENT_VIEW_FULL = 1;
*/
const INTENT_VIEW_FULL = 1;
}