Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ToolCallResultError
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ToolCallResultError
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#message ⇒ String
Corresponds to the JSON property
message. -
#retryable ⇒ Boolean
(also: #retryable?)
Corresponds to the JSON property
retryable.
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.
17104 17105 17106 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17104 def initialize(**args) update!(**args) end |
Instance Attribute Details
#message ⇒ String
Corresponds to the JSON property message
17096 17097 17098 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17096 def @message end |
#retryable ⇒ Boolean Also known as: retryable?
Corresponds to the JSON property retryable
17101 17102 17103 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17101 def retryable @retryable end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17109 17110 17111 17112 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17109 def update!(**args) @message = args[:message] if args.key?(:message) @retryable = args[:retryable] if args.key?(:retryable) end |