Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler
- 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
-
#condition ⇒ String
Corresponds to the JSON property
condition. -
#fulfillment ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Fulfillment
Corresponds to the JSON property
fulfillment. -
#lifecycle_stage ⇒ String
Corresponds to the JSON property
lifecycleStage.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler
constructor
A new instance of GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler
Returns a new instance of GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler.
8096 8097 8098 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 8096 def initialize(**args) update!(**args) end |
Instance Attribute Details
#condition ⇒ String
Corresponds to the JSON property condition
8084 8085 8086 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 8084 def condition @condition end |
#fulfillment ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Fulfillment
Corresponds to the JSON property fulfillment
8089 8090 8091 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 8089 def fulfillment @fulfillment end |
#lifecycle_stage ⇒ String
Corresponds to the JSON property lifecycleStage
8094 8095 8096 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 8094 def lifecycle_stage @lifecycle_stage end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8101 8102 8103 8104 8105 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 8101 def update!(**args) @condition = args[:condition] if args.key?(:condition) @fulfillment = args[:fulfillment] if args.key?(:fulfillment) @lifecycle_stage = args[:lifecycle_stage] if args.key?(:lifecycle_stage) end |