Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Status
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Status
- 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
-
#exception ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExceptionDetail
Corresponds to the JSON property
exception.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1Status
constructor
A new instance of GoogleCloudDialogflowCxV3beta1Status.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1Status
Returns a new instance of GoogleCloudDialogflowCxV3beta1Status.
12043 12044 12045 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12043 def initialize(**args) update!(**args) end |
Instance Attribute Details
#exception ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExceptionDetail
Corresponds to the JSON property exception
12041 12042 12043 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12041 def exception @exception end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12048 12049 12050 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 12048 def update!(**args) @exception = args[:exception] if args.key?(:exception) end |