Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::Conversations::Paths.
Path helper methods for the Conversations 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)
#conversation_model_path
def conversation_model_path(project:, location:, conversation_model:) -> ::String
def conversation_model_path(project:, conversation_model:) -> ::String
Create a fully-qualified ConversationModel resource string.
def conversation_model_path(project:, location:, conversation_model:) -> ::String
projects/{project}/locations/{location}/conversationModels/{conversation_model}
- project (String)
- location (String)
- conversation_model (String)
def conversation_model_path(project:, conversation_model:) -> ::String
projects/{project}/conversationModels/{conversation_model}
- project (String)
- conversation_model (String)
- (::String)
- (::ArgumentError)
#conversation_path
def conversation_path(project:, conversation:) -> ::String
def conversation_path(project:, location:, conversation:) -> ::String
Create 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)
#conversation_profile_path
def conversation_profile_path(project:, conversation_profile:) -> ::String
def conversation_profile_path(project:, location:, conversation_profile:) -> ::String
Create a fully-qualified ConversationProfile resource string.
def conversation_profile_path(project:, conversation_profile:) -> ::String
projects/{project}/conversationProfiles/{conversation_profile}
- project (String)
- conversation_profile (String)
def conversation_profile_path(project:, location:, conversation_profile:) -> ::String
projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
- project (String)
- location (String)
- conversation_profile (String)
- (::String)
- (::ArgumentError)
#cx_security_settings_path
def cx_security_settings_path(project:, location:, security_settings:) -> ::String
Create a fully-qualified CXSecuritySettings resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/securitySettings/{security_settings}
- project (String)
- location (String)
- security_settings (String)
- (::String)
- (::ArgumentError)
#document_path
def document_path(project:, knowledge_base:, document:) -> ::String
def document_path(project:, location:, knowledge_base:, document:) -> ::String
Create a fully-qualified Document resource string.
def document_path(project:, knowledge_base:, document:) -> ::String
projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}
- project (String)
- knowledge_base (String)
- document (String)
def document_path(project:, location:, knowledge_base:, document:) -> ::String
projects/{project}/locations/{location}/knowledgeBases/{knowledge_base}/documents/{document}
- project (String)
- location (String)
- knowledge_base (String)
- document (String)
- (::String)
- (::ArgumentError)
#knowledge_base_path
def knowledge_base_path(project:, knowledge_base:) -> ::String
def knowledge_base_path(project:, location:, knowledge_base:) -> ::String
Create a fully-qualified KnowledgeBase resource string.
def knowledge_base_path(project:, knowledge_base:) -> ::String
projects/{project}/knowledgeBases/{knowledge_base}
- project (String)
- knowledge_base (String)
def knowledge_base_path(project:, location:, knowledge_base:) -> ::String
projects/{project}/locations/{location}/knowledgeBases/{knowledge_base}
- project (String)
- location (String)
- knowledge_base (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::String
Create a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#message_path
def message_path(project:, conversation:, message:) -> ::String
def message_path(project:, location:, conversation:, message:) -> ::String
Create 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)
#project_path
def project_path(project:) -> ::String
Create a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::String)