Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::Participants::Paths.
Path helper methods for the Participants API.
Methods
#context_path
def context_path(project:, session:, context:) -> ::String def context_path(project:, environment:, user:, session:, context:) -> ::String def context_path(project:, location:, session:, context:) -> ::String def context_path(project:, location:, environment:, user:, session:, context:) -> ::StringCreate a fully-qualified Context resource string.
def context_path(project:, session:, context:) -> ::String
projects/{project}/agent/sessions/{session}/contexts/{context} 
- project (String)
 - session (String)
 - context (String)
 
def context_path(project:, environment:, user:, session:, context:) -> ::String
projects/{project}/agent/environments/{environment}/users/{user}/sessions/{session}/contexts/{context} 
- project (String)
 - environment (String)
 - user (String)
 - session (String)
 - context (String)
 
def context_path(project:, location:, session:, context:) -> ::String
projects/{project}/locations/{location}/agent/sessions/{session}/contexts/{context} 
- project (String)
 - location (String)
 - session (String)
 - context (String)
 
def context_path(project:, location:, environment:, user:, session:, context:) -> ::String
projects/{project}/locations/{location}/agent/environments/{environment}/users/{user}/sessions/{session}/contexts/{context} 
- project (String)
 - location (String)
 - environment (String)
 - user (String)
 - session (String)
 - context (String)
 
- (::String)
 
- (::ArgumentError)
 
#conversation_path
def conversation_path(project:, conversation:) -> ::String def conversation_path(project:, location:, conversation:) -> ::StringCreate a fully-qualified Conversation resource string.
def conversation_path(project:, conversation:) -> ::String
projects/{project}/conversations/{conversation} 
- project (String)
 - conversation (String)
 
def conversation_path(project:, location:, conversation:) -> ::String
projects/{project}/locations/{location}/conversations/{conversation} 
- project (String)
 - location (String)
 - conversation (String)
 
- (::String)
 
- (::ArgumentError)
 
#message_path
def message_path(project:, conversation:, message:) -> ::String def message_path(project:, location:, conversation:, message:) -> ::StringCreate a fully-qualified Message resource string.
def message_path(project:, conversation:, message:) -> ::String
projects/{project}/conversations/{conversation}/messages/{message} 
- project (String)
 - conversation (String)
 - message (String)
 
def message_path(project:, location:, conversation:, message:) -> ::String
projects/{project}/locations/{location}/conversations/{conversation}/messages/{message} 
- project (String)
 - location (String)
 - conversation (String)
 - message (String)
 
- (::String)
 
- (::ArgumentError)
 
#participant_path
def participant_path(project:, conversation:, participant:) -> ::String def participant_path(project:, location:, conversation:, participant:) -> ::StringCreate a fully-qualified Participant resource string.
def participant_path(project:, conversation:, participant:) -> ::String
projects/{project}/conversations/{conversation}/participants/{participant} 
- project (String)
 - conversation (String)
 - participant (String)
 
def participant_path(project:, location:, conversation:, participant:) -> ::String
projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant} 
- project (String)
 - location (String)
 - conversation (String)
 - participant (String)
 
- (::String)
 
- (::ArgumentError)
 
#phrase_set_path
def phrase_set_path(project:, location:, phrase_set:) -> ::StringCreate a fully-qualified PhraseSet resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/phraseSets/{phrase_set}
- project (String)
 - location (String)
 - phrase_set (String)
 
- (::String)
 
- (::ArgumentError)
 
#session_entity_type_path
def session_entity_type_path(project:, session:, entity_type:) -> ::String def session_entity_type_path(project:, environment:, user:, session:, entity_type:) -> ::String def session_entity_type_path(project:, location:, session:, entity_type:) -> ::String def session_entity_type_path(project:, location:, environment:, user:, session:, entity_type:) -> ::StringCreate a fully-qualified SessionEntityType resource string.
def session_entity_type_path(project:, session:, entity_type:) -> ::String
projects/{project}/agent/sessions/{session}/entityTypes/{entity_type} 
- project (String)
 - session (String)
 - entity_type (String)
 
def session_entity_type_path(project:, environment:, user:, session:, entity_type:) -> ::String
projects/{project}/agent/environments/{environment}/users/{user}/sessions/{session}/entityTypes/{entity_type} 
- project (String)
 - environment (String)
 - user (String)
 - session (String)
 - entity_type (String)
 
def session_entity_type_path(project:, location:, session:, entity_type:) -> ::String
projects/{project}/locations/{location}/agent/sessions/{session}/entityTypes/{entity_type} 
- project (String)
 - location (String)
 - session (String)
 - entity_type (String)
 
def session_entity_type_path(project:, location:, environment:, user:, session:, entity_type:) -> ::String
projects/{project}/locations/{location}/agent/environments/{environment}/users/{user}/sessions/{session}/entityTypes/{entity_type} 
- project (String)
 - location (String)
 - environment (String)
 - user (String)
 - session (String)
 - entity_type (String)
 
- (::String)
 
- (::ArgumentError)