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
#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)
#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)