Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExceptionDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_messageString

Corresponds to the JSON property errorMessage

Returns:

  • (String)


6333
6334
6335
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6333

def error_message
  @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