Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Overview
Settings for connecting to Git repository for an agent.
Instance Attribute Summary collapse
-
#github_settings ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettings
Settings of integration with GitHub.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings
constructor
A new instance of GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings
Returns a new instance of GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings.
4310 4311 4312 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4310 def initialize(**args) update!(**args) end |
Instance Attribute Details
#github_settings ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettings
Settings of integration with GitHub.
Corresponds to the JSON property githubSettings
4308 4309 4310 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4308 def github_settings @github_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4315 4316 4317 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4315 def update!(**args) @github_settings = args[:github_settings] if args.key?(:github_settings) end |