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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings

Returns a new instance of GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettings.



4101
4102
4103
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4101

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

Instance Attribute Details

#git_connection_settingsGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGitConnectionSettings

Corresponds to the JSON property gitConnectionSettings



4094
4095
4096
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4094

def git_connection_settings
  @git_connection_settings
end

#github_settingsGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettings

Corresponds to the JSON property githubSettings



4099
4100
4101
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4099

def github_settings
  @github_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4106
4107
4108
4109
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4106

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