Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ToolCallResultError
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ToolCallResultError
- 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
-
#message ⇒ String
Corresponds to the JSON property
message.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2ToolCallResultError
constructor
A new instance of GoogleCloudDialogflowV2ToolCallResultError.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ToolCallResultError
Returns a new instance of GoogleCloudDialogflowV2ToolCallResultError.
10553 10554 10555 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10553 def initialize(**args) update!(**args) end |
Instance Attribute Details
#message ⇒ String
Corresponds to the JSON property message
10551 10552 10553 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10551 def @message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10558 10559 10560 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 10558 def update!(**args) @message = args[:message] if args.key?(:message) end |