Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConnectionErrorDetails
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConnectionErrorDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/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) ⇒ GoogleCloudDialogflowV2ConnectionErrorDetails
constructor
A new instance of GoogleCloudDialogflowV2ConnectionErrorDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ConnectionErrorDetails
Returns a new instance of GoogleCloudDialogflowV2ConnectionErrorDetails.
8162 8163 8164 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8162 def initialize(**args) update!(**args) end |
Instance Attribute Details
#certificate_state ⇒ String
Corresponds to the JSON property certificateState
8155 8156 8157 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8155 def certificate_state @certificate_state end |
#error_message ⇒ String
Corresponds to the JSON property errorMessage
8160 8161 8162 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8160 def @error_message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8167 8168 8169 8170 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8167 def update!(**args) @certificate_state = args[:certificate_state] if args.key?(:certificate_state) @error_message = args[:error_message] if args.key?(:error_message) end |