Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolOpenApiTool

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ToolOpenApiTool

Returns a new instance of GoogleCloudDialogflowCxV3ToolOpenApiTool.



8292
8293
8294
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8292

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

Instance Attribute Details

#authenticationGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolAuthentication

Corresponds to the JSON property authentication



8275
8276
8277
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8275

def authentication
  @authentication
end

#service_directory_configGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolServiceDirectoryConfig

Corresponds to the JSON property serviceDirectoryConfig



8280
8281
8282
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8280

def service_directory_config
  @service_directory_config
end

#text_schemaString

Corresponds to the JSON property textSchema

Returns:

  • (String)


8285
8286
8287
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8285

def text_schema
  @text_schema
end

#tls_configGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolTlsConfig

Corresponds to the JSON property tlsConfig



8290
8291
8292
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8290

def tls_config
  @tls_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8297
8298
8299
8300
8301
8302
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8297

def update!(**args)
  @authentication = args[:authentication] if args.key?(:authentication)
  @service_directory_config = args[:service_directory_config] if args.key?(:service_directory_config)
  @text_schema = args[:text_schema] if args.key?(:text_schema)
  @tls_config = args[:tls_config] if args.key?(:tls_config)
end