Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolOpenApiTool

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2ToolOpenApiTool

Returns a new instance of GoogleCloudDialogflowV2ToolOpenApiTool.



17378
17379
17380
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17378

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

Instance Attribute Details

#authenticationGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolAuthentication

Corresponds to the JSON property authentication



17361
17362
17363
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17361

def authentication
  @authentication
end

#service_directory_configGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolServiceDirectoryConfig

Corresponds to the JSON property serviceDirectoryConfig



17366
17367
17368
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17366

def service_directory_config
  @service_directory_config
end

#text_schemaString

Corresponds to the JSON property textSchema

Returns:

  • (String)


17371
17372
17373
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17371

def text_schema
  @text_schema
end

#tls_configGoogle::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolTlsConfig

Corresponds to the JSON property tlsConfig



17376
17377
17378
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17376

def tls_config
  @tls_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17383
17384
17385
17386
17387
17388
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17383

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