Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolOpenApiTool
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolOpenApiTool
- 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
-
#authentication ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolAuthentication
Corresponds to the JSON property
authentication. -
#service_directory_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolServiceDirectoryConfig
Corresponds to the JSON property
serviceDirectoryConfig. -
#text_schema ⇒ String
Corresponds to the JSON property
textSchema. -
#tls_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolTlsConfig
Corresponds to the JSON property
tlsConfig.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2ToolOpenApiTool
constructor
A new instance of GoogleCloudDialogflowV2ToolOpenApiTool.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ToolOpenApiTool
Returns a new instance of GoogleCloudDialogflowV2ToolOpenApiTool.
17750 17751 17752 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17750 def initialize(**args) update!(**args) end |
Instance Attribute Details
#authentication ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolAuthentication
Corresponds to the JSON property authentication
17733 17734 17735 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17733 def authentication @authentication end |
#service_directory_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolServiceDirectoryConfig
Corresponds to the JSON property serviceDirectoryConfig
17738 17739 17740 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17738 def service_directory_config @service_directory_config end |
#text_schema ⇒ String
Corresponds to the JSON property textSchema
17743 17744 17745 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17743 def text_schema @text_schema end |
#tls_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolTlsConfig
Corresponds to the JSON property tlsConfig
17748 17749 17750 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17748 def tls_config @tls_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17755 17756 17757 17758 17759 17760 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 17755 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 |