Reference documentation and code samples for the Dialogflow CX V3 API module Google::Cloud::Dialogflow::CX::V3::Intents::Paths.
Path helper methods for the Intents API.
Methods
#agent_path
def agent_path(project:, location:, agent:) -> ::String
Create a fully-qualified Agent resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}
- project (String)
- location (String)
- agent (String)
- (::String)
- (::ArgumentError)
#entity_type_path
def entity_type_path(project:, location:, agent:, entity_type:) -> ::String
Create a fully-qualified EntityType resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/entityTypes/{entity_type}
- project (String)
- location (String)
- agent (String)
- entity_type (String)
- (::String)
- (::ArgumentError)
#intent_path
def intent_path(project:, location:, agent:, intent:) -> ::String
Create a fully-qualified Intent resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/intents/{intent}
- project (String)
- location (String)
- agent (String)
- intent (String)
- (::String)
- (::ArgumentError)