Class: Google::Cloud::Dialogflow::V2::Tool::OpenApiTool

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/tool.rb

Overview

An OpenAPI tool is a way to provide the Tool specifications in the Open API schema format.

Instance Attribute Summary collapse

Instance Attribute Details

#authentication::Google::Cloud::Dialogflow::V2::Tool::Authentication

Returns Optional. Authentication information required by the API.

Returns:



223
224
225
226
# File 'proto_docs/google/cloud/dialogflow/v2/tool.rb', line 223

class OpenApiTool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#service_directory_config::Google::Cloud::Dialogflow::V2::Tool::ServiceDirectoryConfig

Returns Optional. Service Directory configuration.

Returns:



223
224
225
226
# File 'proto_docs/google/cloud/dialogflow/v2/tool.rb', line 223

class OpenApiTool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#text_schema::String

Returns Required. The OpenAPI schema specified as a text.

Returns:

  • (::String)

    Required. The OpenAPI schema specified as a text.



223
224
225
226
# File 'proto_docs/google/cloud/dialogflow/v2/tool.rb', line 223

class OpenApiTool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tls_config::Google::Cloud::Dialogflow::V2::Tool::TLSConfig

Returns Optional. TLS configuration for the HTTPS verification.

Returns:



223
224
225
226
# File 'proto_docs/google/cloud/dialogflow/v2/tool.rb', line 223

class OpenApiTool
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end