Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExceptionDetail
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExceptionDetail
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#error_message ⇒ String
Corresponds to the JSON property
errorMessage.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ExceptionDetail
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ExceptionDetail.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ExceptionDetail
Returns a new instance of GoogleCloudDialogflowCxV3beta1ExceptionDetail.
6335 6336 6337 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6335 def initialize(**args) update!(**args) end |
Instance Attribute Details
#error_message ⇒ String
Corresponds to the JSON property errorMessage
6333 6334 6335 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6333 def @error_message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6340 6341 6342 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6340 def update!(**args) @error_message = args[:error_message] if args.key?(:error_message) end |