Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolOpenApiTool
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolOpenApiTool
- 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
-
#authentication ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolAuthentication
Corresponds to the JSON property
authentication. -
#service_directory_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig
Corresponds to the JSON property
serviceDirectoryConfig. -
#text_schema ⇒ String
Corresponds to the JSON property
textSchema. -
#tls_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolTlsConfig
Corresponds to the JSON property
tlsConfig.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ToolOpenApiTool
constructor
A new instance of GoogleCloudDialogflowV2beta1ToolOpenApiTool.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ToolOpenApiTool
Returns a new instance of GoogleCloudDialogflowV2beta1ToolOpenApiTool.
21836 21837 21838 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21836 def initialize(**args) update!(**args) end |
Instance Attribute Details
#authentication ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolAuthentication
Corresponds to the JSON property authentication
21819 21820 21821 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21819 def authentication @authentication end |
#service_directory_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolServiceDirectoryConfig
Corresponds to the JSON property serviceDirectoryConfig
21824 21825 21826 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21824 def service_directory_config @service_directory_config end |
#text_schema ⇒ String
Corresponds to the JSON property textSchema
21829 21830 21831 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21829 def text_schema @text_schema end |
#tls_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ToolTlsConfig
Corresponds to the JSON property tlsConfig
21834 21835 21836 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21834 def tls_config @tls_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21841 21842 21843 21844 21845 21846 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 21841 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 |