Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3DeployFlowResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3DeployFlowResponse
- 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
-
#deployment ⇒ String
Corresponds to the JSON property
deployment. -
#environment ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3Environment
Corresponds to the JSON property
environment.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3DeployFlowResponse
constructor
A new instance of GoogleCloudDialogflowCxV3DeployFlowResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3DeployFlowResponse
Returns a new instance of GoogleCloudDialogflowCxV3DeployFlowResponse.
525 526 527 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 525 def initialize(**args) update!(**args) end |
Instance Attribute Details
#deployment ⇒ String
Corresponds to the JSON property deployment
518 519 520 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 518 def deployment @deployment end |
#environment ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3Environment
Corresponds to the JSON property environment
523 524 525 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 523 def environment @environment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
530 531 532 533 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 530 def update!(**args) @deployment = args[:deployment] if args.key?(:deployment) @environment = args[:environment] if args.key?(:environment) end |