Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConnectionErrorDetails
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConnectionErrorDetails
- 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
-
#certificate_state ⇒ String
Corresponds to the JSON property
certificateState. -
#error_message ⇒ String
Corresponds to the JSON property
errorMessage.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ConnectionErrorDetails
constructor
A new instance of GoogleCloudDialogflowV2beta1ConnectionErrorDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ConnectionErrorDetails
Returns a new instance of GoogleCloudDialogflowV2beta1ConnectionErrorDetails.
12186 12187 12188 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12186 def initialize(**args) update!(**args) end |
Instance Attribute Details
#certificate_state ⇒ String
Corresponds to the JSON property certificateState
12179 12180 12181 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12179 def certificate_state @certificate_state end |
#error_message ⇒ String
Corresponds to the JSON property errorMessage
12184 12185 12186 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12184 def @error_message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12191 12192 12193 12194 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12191 def update!(**args) @certificate_state = args[:certificate_state] if args.key?(:certificate_state) @error_message = args[:error_message] if args.key?(:error_message) end |