Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ToolCallResultError
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ToolCallResultError
- 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
-
#message ⇒ String
Corresponds to the JSON property
message.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ToolCallResultError
constructor
A new instance of GoogleCloudDialogflowV2beta1ToolCallResultError.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ToolCallResultError
Returns a new instance of GoogleCloudDialogflowV2beta1ToolCallResultError.
22011 22012 22013 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 22011 def initialize(**args) update!(**args) end |
Instance Attribute Details
#message ⇒ String
Corresponds to the JSON property message
22009 22010 22011 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 22009 def @message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
22016 22017 22018 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 22016 def update!(**args) @message = args[:message] if args.key?(:message) end |