Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ResourceType.
Resource types.
Protobuf type google.cloud.dialogflow.cx.v3.ValidationMessage.ResourceType
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ ValidationMessageMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
RESOURCE_TYPE_UNSPECIFIED
Value: 0
Unspecified.
Generated from protobuf enum RESOURCE_TYPE_UNSPECIFIED = 0;
AGENT
Value: 1
Agent.
Generated from protobuf enum AGENT = 1;
INTENT
Value: 2
Intent.
Generated from protobuf enum INTENT = 2;
INTENT_TRAINING_PHRASE
Value: 8
Intent training phrase.
Generated from protobuf enum INTENT_TRAINING_PHRASE = 8;
INTENT_PARAMETER
Value: 9
Intent parameter.
Generated from protobuf enum INTENT_PARAMETER = 9;
INTENTS
Value: 10
Multiple intents.
Generated from protobuf enum INTENTS = 10;
INTENT_TRAINING_PHRASES
Value: 11
Multiple training phrases.
Generated from protobuf enum INTENT_TRAINING_PHRASES = 11;
ENTITY_TYPE
Value: 3
Entity type.
Generated from protobuf enum ENTITY_TYPE = 3;
ENTITY_TYPES
Value: 12
Multiple entity types.
Generated from protobuf enum ENTITY_TYPES = 12;
WEBHOOK
Value: 4
Webhook.
Generated from protobuf enum WEBHOOK = 4;
FLOW
Value: 5
Flow.
Generated from protobuf enum FLOW = 5;
PAGE
Value: 6
Page.
Generated from protobuf enum PAGE = 6;
PAGES
Value: 13
Multiple pages.
Generated from protobuf enum PAGES = 13;
TRANSITION_ROUTE_GROUP
Value: 7
Transition route group.
Generated from protobuf enum TRANSITION_ROUTE_GROUP = 7;
AGENT_TRANSITION_ROUTE_GROUP
Value: 14
Agent transition route group.
Generated from protobuf enum AGENT_TRANSITION_ROUTE_GROUP = 14;