Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConnectionErrorDetails

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ConnectionErrorDetails

Returns a new instance of GoogleCloudDialogflowV2beta1ConnectionErrorDetails.



12284
12285
12286
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12284

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

Instance Attribute Details

#certificate_stateString

Corresponds to the JSON property certificateState

Returns:

  • (String)


12277
12278
12279
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12277

def certificate_state
  @certificate_state
end

#error_messageString

Corresponds to the JSON property errorMessage

Returns:

  • (String)


12282
12283
12284
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12282

def error_message
  @error_message
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12289
12290
12291
12292
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12289

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