Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1DeployFlowResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1DeployFlowResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#deployment ⇒ String
Corresponds to the JSON property
deployment. -
#environment ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1Environment
Corresponds to the JSON property
environment.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DeployFlowResponse
constructor
A new instance of GoogleCloudDialogflowCxV3beta1DeployFlowResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DeployFlowResponse
Returns a new instance of GoogleCloudDialogflowCxV3beta1DeployFlowResponse.
10218 10219 10220 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10218 def initialize(**args) update!(**args) end |
Instance Attribute Details
#deployment ⇒ String
Corresponds to the JSON property deployment
10211 10212 10213 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10211 def deployment @deployment end |
#environment ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1Environment
Corresponds to the JSON property environment
10216 10217 10218 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10216 def environment @environment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10223 10224 10225 10226 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10223 def update!(**args) @deployment = args[:deployment] if args.key?(:deployment) @environment = args[:environment] if args.key?(:environment) end |