Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ToolCallResultError
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ToolCallResultError
- 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) ⇒ GoogleCloudDialogflowCxV3ToolCallResultError
constructor
A new instance of GoogleCloudDialogflowCxV3ToolCallResultError.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ToolCallResultError
Returns a new instance of GoogleCloudDialogflowCxV3ToolCallResultError.
2713 2714 2715 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 2713 def initialize(**args) update!(**args) end |
Instance Attribute Details
#message ⇒ String
Corresponds to the JSON property message
2711 2712 2713 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 2711 def @message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2718 2719 2720 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 2718 def update!(**args) @message = args[:message] if args.key?(:message) end |