Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings

Returns a new instance of GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings.



4246
4247
4248
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4246

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#github_settingsGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettings

Settings of integration with GitHub. Corresponds to the JSON property githubSettings



4244
4245
4246
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4244

def github_settings
  @github_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4251
4252
4253
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4251

def update!(**args)
  @github_settings = args[:github_settings] if args.key?(:github_settings)
end