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.



6329
6330
6331
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6329

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#error_messageString

Corresponds to the JSON property errorMessage

Returns:

  • (String)


6327
6328
6329
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6327

def error_message
  @error_message
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

def update!(**args)
  @error_message = args[:error_message] if args.key?(:error_message)
end