Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::EntityTypes::Paths.
Path helper methods for the EntityTypes API.
Methods
#agent_path
def agent_path(project:) -> ::String
def agent_path(project:, location:) -> ::String
Create a fully-qualified Agent resource string.
def agent_path(project:) -> ::String
projects/{project}/agent
- project (String)
def agent_path(project:, location:) -> ::String
projects/{project}/locations/{location}/agent
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#entity_type_path
def entity_type_path(project:, entity_type:) -> ::String
def entity_type_path(project:, location:, entity_type:) -> ::String
Create a fully-qualified EntityType resource string.
def entity_type_path(project:, entity_type:) -> ::String
projects/{project}/agent/entityTypes/{entity_type}
- project (String)
- entity_type (String)
def entity_type_path(project:, location:, entity_type:) -> ::String
projects/{project}/locations/{location}/agent/entityTypes/{entity_type}
- project (String)
- location (String)
- entity_type (String)
- (::String)
- (::ArgumentError)