Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentGitIntegrationSettings

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3AgentGitIntegrationSettings

Returns a new instance of GoogleCloudDialogflowCxV3AgentGitIntegrationSettings.



330
331
332
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 330

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

Instance Attribute Details

#github_settingsGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentGitIntegrationSettingsGithubSettings

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



328
329
330
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 328

def github_settings
  @github_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



335
336
337
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 335

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