Class: Google::Cloud::Dialogflow::CX::V3::Agent
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Agent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/agent.rb
Overview
Agents are best described as Natural Language Understanding (NLU) modules that transform user requests into actionable data. You can include agents in your app, product, or service to determine user intent and respond to the user in a natural way.
After you create an agent, you can add Intents, [Entity Types][google.cloud.dialogflow.cx.v3.EntityType], Flows, Fulfillments, Webhooks, TransitionRouteGroups and so on to manage the conversation flows.
Defined Under Namespace
Classes: GitIntegrationSettings
Instance Attribute Summary collapse
-
#advanced_settings ⇒ ::Google::Cloud::Dialogflow::CX::V3::AdvancedSettings
Hierarchical advanced settings for this agent.
-
#avatar_uri ⇒ ::String
The URI of the agent's avatar.
-
#default_language_code ⇒ ::String
Required.
-
#description ⇒ ::String
The description of the agent.
-
#display_name ⇒ ::String
Required.
-
#enable_spell_correction ⇒ ::Boolean
Indicates if automatic spell correction is enabled in detect intent requests.
-
#enable_stackdriver_logging ⇒ ::Boolean
Indicates if stackdriver logging is enabled for the agent.
-
#git_integration_settings ⇒ ::Google::Cloud::Dialogflow::CX::V3::Agent::GitIntegrationSettings
Git integration settings for this agent.
-
#locked ⇒ ::Boolean
Indicates whether the agent is locked for changes.
-
#name ⇒ ::String
The unique identifier of the agent.
-
#security_settings ⇒ ::String
Name of the SecuritySettings reference for the agent.
-
#speech_to_text_settings ⇒ ::Google::Cloud::Dialogflow::CX::V3::SpeechToTextSettings
Speech recognition related settings.
-
#start_flow ⇒ ::String
Immutable.
-
#supported_language_codes ⇒ ::Array<::String>
The list of all languages supported by the agent (except for the
default_language_code). -
#text_to_speech_settings ⇒ ::Google::Cloud::Dialogflow::CX::V3::TextToSpeechSettings
Settings on instructing the speech synthesizer on how to generate the output audio content.
-
#time_zone ⇒ ::String
Required.
Instance Attribute Details
#advanced_settings ⇒ ::Google::Cloud::Dialogflow::CX::V3::AdvancedSettings
Returns Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 127 class Agent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings for connecting to Git repository for an agent. # @!attribute [rw] github_settings # @return [::Google::Cloud::Dialogflow::CX::V3::Agent::GitIntegrationSettings::GithubSettings] # GitHub settings. class GitIntegrationSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings of integration with GitHub. # @!attribute [rw] display_name # @return [::String] # The unique repository display name for the GitHub repository. # @!attribute [rw] repository_uri # @return [::String] # The GitHub repository URI related to the agent. # @!attribute [rw] tracking_branch # @return [::String] # The branch of the GitHub repository tracked for this agent. # @!attribute [rw] access_token # @return [::String] # The access token used to authenticate the access to the GitHub # repository. # @!attribute [rw] branches # @return [::Array<::String>] # A list of branches configured to be used from Dialogflow. class GithubSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#avatar_uri ⇒ ::String
Returns The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 127 class Agent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings for connecting to Git repository for an agent. # @!attribute [rw] github_settings # @return [::Google::Cloud::Dialogflow::CX::V3::Agent::GitIntegrationSettings::GithubSettings] # GitHub settings. class GitIntegrationSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings of integration with GitHub. # @!attribute [rw] display_name # @return [::String] # The unique repository display name for the GitHub repository. # @!attribute [rw] repository_uri # @return [::String] # The GitHub repository URI related to the agent. # @!attribute [rw] tracking_branch # @return [::String] # The branch of the GitHub repository tracked for this agent. # @!attribute [rw] access_token # @return [::String] # The access token used to authenticate the access to the GitHub # repository. # @!attribute [rw] branches # @return [::Array<::String>] # A list of branches configured to be used from Dialogflow. class GithubSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#default_language_code ⇒ ::String
Returns Required. Immutable. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 127 class Agent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings for connecting to Git repository for an agent. # @!attribute [rw] github_settings # @return [::Google::Cloud::Dialogflow::CX::V3::Agent::GitIntegrationSettings::GithubSettings] # GitHub settings. class GitIntegrationSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings of integration with GitHub. # @!attribute [rw] display_name # @return [::String] # The unique repository display name for the GitHub repository. # @!attribute [rw] repository_uri # @return [::String] # The GitHub repository URI related to the agent. # @!attribute [rw] tracking_branch # @return [::String] # The branch of the GitHub repository tracked for this agent. # @!attribute [rw] access_token # @return [::String] # The access token used to authenticate the access to the GitHub # repository. # @!attribute [rw] branches # @return [::Array<::String>] # A list of branches configured to be used from Dialogflow. class GithubSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#description ⇒ ::String
Returns The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 127 class Agent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings for connecting to Git repository for an agent. # @!attribute [rw] github_settings # @return [::Google::Cloud::Dialogflow::CX::V3::Agent::GitIntegrationSettings::GithubSettings] # GitHub settings. class GitIntegrationSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings of integration with GitHub. # @!attribute [rw] display_name # @return [::String] # The unique repository display name for the GitHub repository. # @!attribute [rw] repository_uri # @return [::String] # The GitHub repository URI related to the agent. # @!attribute [rw] tracking_branch # @return [::String] # The branch of the GitHub repository tracked for this agent. # @!attribute [rw] access_token # @return [::String] # The access token used to authenticate the access to the GitHub # repository. # @!attribute [rw] branches # @return [::Array<::String>] # A list of branches configured to be used from Dialogflow. class GithubSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#display_name ⇒ ::String
Returns Required. The human-readable name of the agent, unique within the location.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 127 class Agent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings for connecting to Git repository for an agent. # @!attribute [rw] github_settings # @return [::Google::Cloud::Dialogflow::CX::V3::Agent::GitIntegrationSettings::GithubSettings] # GitHub settings. class GitIntegrationSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings of integration with GitHub. # @!attribute [rw] display_name # @return [::String] # The unique repository display name for the GitHub repository. # @!attribute [rw] repository_uri # @return [::String] # The GitHub repository URI related to the agent. # @!attribute [rw] tracking_branch # @return [::String] # The branch of the GitHub repository tracked for this agent. # @!attribute [rw] access_token # @return [::String] # The access token used to authenticate the access to the GitHub # repository. # @!attribute [rw] branches # @return [::Array<::String>] # A list of branches configured to be used from Dialogflow. class GithubSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#enable_spell_correction ⇒ ::Boolean
Returns Indicates if automatic spell correction is enabled in detect intent requests.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 127 class Agent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings for connecting to Git repository for an agent. # @!attribute [rw] github_settings # @return [::Google::Cloud::Dialogflow::CX::V3::Agent::GitIntegrationSettings::GithubSettings] # GitHub settings. class GitIntegrationSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings of integration with GitHub. # @!attribute [rw] display_name # @return [::String] # The unique repository display name for the GitHub repository. # @!attribute [rw] repository_uri # @return [::String] # The GitHub repository URI related to the agent. # @!attribute [rw] tracking_branch # @return [::String] # The branch of the GitHub repository tracked for this agent. # @!attribute [rw] access_token # @return [::String] # The access token used to authenticate the access to the GitHub # repository. # @!attribute [rw] branches # @return [::Array<::String>] # A list of branches configured to be used from Dialogflow. class GithubSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#enable_stackdriver_logging ⇒ ::Boolean
Returns Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 127 class Agent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings for connecting to Git repository for an agent. # @!attribute [rw] github_settings # @return [::Google::Cloud::Dialogflow::CX::V3::Agent::GitIntegrationSettings::GithubSettings] # GitHub settings. class GitIntegrationSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings of integration with GitHub. # @!attribute [rw] display_name # @return [::String] # The unique repository display name for the GitHub repository. # @!attribute [rw] repository_uri # @return [::String] # The GitHub repository URI related to the agent. # @!attribute [rw] tracking_branch # @return [::String] # The branch of the GitHub repository tracked for this agent. # @!attribute [rw] access_token # @return [::String] # The access token used to authenticate the access to the GitHub # repository. # @!attribute [rw] branches # @return [::Array<::String>] # A list of branches configured to be used from Dialogflow. class GithubSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#git_integration_settings ⇒ ::Google::Cloud::Dialogflow::CX::V3::Agent::GitIntegrationSettings
Returns Git integration settings for this agent.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 127 class Agent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings for connecting to Git repository for an agent. # @!attribute [rw] github_settings # @return [::Google::Cloud::Dialogflow::CX::V3::Agent::GitIntegrationSettings::GithubSettings] # GitHub settings. class GitIntegrationSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings of integration with GitHub. # @!attribute [rw] display_name # @return [::String] # The unique repository display name for the GitHub repository. # @!attribute [rw] repository_uri # @return [::String] # The GitHub repository URI related to the agent. # @!attribute [rw] tracking_branch # @return [::String] # The branch of the GitHub repository tracked for this agent. # @!attribute [rw] access_token # @return [::String] # The access token used to authenticate the access to the GitHub # repository. # @!attribute [rw] branches # @return [::Array<::String>] # A list of branches configured to be used from Dialogflow. class GithubSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#locked ⇒ ::Boolean
Returns Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for [RestoreAgent][].
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 127 class Agent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings for connecting to Git repository for an agent. # @!attribute [rw] github_settings # @return [::Google::Cloud::Dialogflow::CX::V3::Agent::GitIntegrationSettings::GithubSettings] # GitHub settings. class GitIntegrationSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings of integration with GitHub. # @!attribute [rw] display_name # @return [::String] # The unique repository display name for the GitHub repository. # @!attribute [rw] repository_uri # @return [::String] # The GitHub repository URI related to the agent. # @!attribute [rw] tracking_branch # @return [::String] # The branch of the GitHub repository tracked for this agent. # @!attribute [rw] access_token # @return [::String] # The access token used to authenticate the access to the GitHub # repository. # @!attribute [rw] branches # @return [::Array<::String>] # A list of branches configured to be used from Dialogflow. class GithubSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#name ⇒ ::String
Returns The unique identifier of the agent.
Required for the
Agents.UpdateAgent
method.
Agents.CreateAgent
populates the name automatically.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 127 class Agent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings for connecting to Git repository for an agent. # @!attribute [rw] github_settings # @return [::Google::Cloud::Dialogflow::CX::V3::Agent::GitIntegrationSettings::GithubSettings] # GitHub settings. class GitIntegrationSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings of integration with GitHub. # @!attribute [rw] display_name # @return [::String] # The unique repository display name for the GitHub repository. # @!attribute [rw] repository_uri # @return [::String] # The GitHub repository URI related to the agent. # @!attribute [rw] tracking_branch # @return [::String] # The branch of the GitHub repository tracked for this agent. # @!attribute [rw] access_token # @return [::String] # The access token used to authenticate the access to the GitHub # repository. # @!attribute [rw] branches # @return [::Array<::String>] # A list of branches configured to be used from Dialogflow. class GithubSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#security_settings ⇒ ::String
Returns Name of the
SecuritySettings
reference for the agent. Format: projects/<Project ID>/locations/<Location
ID>/securitySettings/<Security Settings ID>.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 127 class Agent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings for connecting to Git repository for an agent. # @!attribute [rw] github_settings # @return [::Google::Cloud::Dialogflow::CX::V3::Agent::GitIntegrationSettings::GithubSettings] # GitHub settings. class GitIntegrationSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings of integration with GitHub. # @!attribute [rw] display_name # @return [::String] # The unique repository display name for the GitHub repository. # @!attribute [rw] repository_uri # @return [::String] # The GitHub repository URI related to the agent. # @!attribute [rw] tracking_branch # @return [::String] # The branch of the GitHub repository tracked for this agent. # @!attribute [rw] access_token # @return [::String] # The access token used to authenticate the access to the GitHub # repository. # @!attribute [rw] branches # @return [::Array<::String>] # A list of branches configured to be used from Dialogflow. class GithubSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#speech_to_text_settings ⇒ ::Google::Cloud::Dialogflow::CX::V3::SpeechToTextSettings
Returns Speech recognition related settings.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 127 class Agent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings for connecting to Git repository for an agent. # @!attribute [rw] github_settings # @return [::Google::Cloud::Dialogflow::CX::V3::Agent::GitIntegrationSettings::GithubSettings] # GitHub settings. class GitIntegrationSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings of integration with GitHub. # @!attribute [rw] display_name # @return [::String] # The unique repository display name for the GitHub repository. # @!attribute [rw] repository_uri # @return [::String] # The GitHub repository URI related to the agent. # @!attribute [rw] tracking_branch # @return [::String] # The branch of the GitHub repository tracked for this agent. # @!attribute [rw] access_token # @return [::String] # The access token used to authenticate the access to the GitHub # repository. # @!attribute [rw] branches # @return [::Array<::String>] # A list of branches configured to be used from Dialogflow. class GithubSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#start_flow ⇒ ::String
Returns Immutable. Name of the start flow in this agent. A start flow will be
automatically created when the agent is created, and can only be deleted by
deleting the agent. Format: projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/flows/<Flow ID>.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 127 class Agent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings for connecting to Git repository for an agent. # @!attribute [rw] github_settings # @return [::Google::Cloud::Dialogflow::CX::V3::Agent::GitIntegrationSettings::GithubSettings] # GitHub settings. class GitIntegrationSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings of integration with GitHub. # @!attribute [rw] display_name # @return [::String] # The unique repository display name for the GitHub repository. # @!attribute [rw] repository_uri # @return [::String] # The GitHub repository URI related to the agent. # @!attribute [rw] tracking_branch # @return [::String] # The branch of the GitHub repository tracked for this agent. # @!attribute [rw] access_token # @return [::String] # The access token used to authenticate the access to the GitHub # repository. # @!attribute [rw] branches # @return [::Array<::String>] # A list of branches configured to be used from Dialogflow. class GithubSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#supported_language_codes ⇒ ::Array<::String>
Returns The list of all languages supported by the agent (except for the
default_language_code).
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 127 class Agent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings for connecting to Git repository for an agent. # @!attribute [rw] github_settings # @return [::Google::Cloud::Dialogflow::CX::V3::Agent::GitIntegrationSettings::GithubSettings] # GitHub settings. class GitIntegrationSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings of integration with GitHub. # @!attribute [rw] display_name # @return [::String] # The unique repository display name for the GitHub repository. # @!attribute [rw] repository_uri # @return [::String] # The GitHub repository URI related to the agent. # @!attribute [rw] tracking_branch # @return [::String] # The branch of the GitHub repository tracked for this agent. # @!attribute [rw] access_token # @return [::String] # The access token used to authenticate the access to the GitHub # repository. # @!attribute [rw] branches # @return [::Array<::String>] # A list of branches configured to be used from Dialogflow. class GithubSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#text_to_speech_settings ⇒ ::Google::Cloud::Dialogflow::CX::V3::TextToSpeechSettings
Returns Settings on instructing the speech synthesizer on how to generate the output audio content.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 127 class Agent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings for connecting to Git repository for an agent. # @!attribute [rw] github_settings # @return [::Google::Cloud::Dialogflow::CX::V3::Agent::GitIntegrationSettings::GithubSettings] # GitHub settings. class GitIntegrationSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings of integration with GitHub. # @!attribute [rw] display_name # @return [::String] # The unique repository display name for the GitHub repository. # @!attribute [rw] repository_uri # @return [::String] # The GitHub repository URI related to the agent. # @!attribute [rw] tracking_branch # @return [::String] # The branch of the GitHub repository tracked for this agent. # @!attribute [rw] access_token # @return [::String] # The access token used to authenticate the access to the GitHub # repository. # @!attribute [rw] branches # @return [::Array<::String>] # A list of branches configured to be used from Dialogflow. class GithubSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |
#time_zone ⇒ ::String
Returns Required. The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 127 class Agent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings for connecting to Git repository for an agent. # @!attribute [rw] github_settings # @return [::Google::Cloud::Dialogflow::CX::V3::Agent::GitIntegrationSettings::GithubSettings] # GitHub settings. class GitIntegrationSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Settings of integration with GitHub. # @!attribute [rw] display_name # @return [::String] # The unique repository display name for the GitHub repository. # @!attribute [rw] repository_uri # @return [::String] # The GitHub repository URI related to the agent. # @!attribute [rw] tracking_branch # @return [::String] # The branch of the GitHub repository tracked for this agent. # @!attribute [rw] access_token # @return [::String] # The access token used to authenticate the access to the GitHub # repository. # @!attribute [rw] branches # @return [::Array<::String>] # A list of branches configured to be used from Dialogflow. class GithubSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end |