Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolOpenApiTool

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ToolOpenApiTool

Returns a new instance of GoogleCloudDialogflowV2beta1ToolOpenApiTool.



22195
22196
22197
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22195

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

Instance Attribute Details

#authenticationGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolAuthentication

Corresponds to the JSON property authentication



22178
22179
22180
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22178

def authentication
  @authentication
end

#service_directory_configGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig

Corresponds to the JSON property serviceDirectoryConfig



22183
22184
22185
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22183

def service_directory_config
  @service_directory_config
end

#text_schemaString

Corresponds to the JSON property textSchema

Returns:

  • (String)


22188
22189
22190
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22188

def text_schema
  @text_schema
end

#tls_configGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolTlsConfig

Corresponds to the JSON property tlsConfig



22193
22194
22195
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22193

def tls_config
  @tls_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



22200
22201
22202
22203
22204
22205
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 22200

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