Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentGitIntegrationSettings
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentGitIntegrationSettings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Overview
Settings for connecting to Git repository for an agent.
Instance Attribute Summary collapse
-
#github_settings ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings
Settings of integration with GitHub.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3AgentGitIntegrationSettings
constructor
A new instance of GoogleCloudDialogflowCxV3AgentGitIntegrationSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3AgentGitIntegrationSettings
Returns a new instance of GoogleCloudDialogflowCxV3AgentGitIntegrationSettings.
456 457 458 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 456 def initialize(**args) update!(**args) end |
Instance Attribute Details
#github_settings ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings
Settings of integration with GitHub.
Corresponds to the JSON property githubSettings
454 455 456 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 454 def github_settings @github_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
461 462 463 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 461 def update!(**args) @github_settings = args[:github_settings] if args.key?(:github_settings) end |