Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1DeployFlowResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DeployFlowResponse

Returns a new instance of GoogleCloudDialogflowCxV3beta1DeployFlowResponse.



10224
10225
10226
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10224

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#deploymentString

Corresponds to the JSON property deployment

Returns:

  • (String)


10217
10218
10219
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10217

def deployment
  @deployment
end

#environmentGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1Environment

Corresponds to the JSON property environment



10222
10223
10224
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10222

def environment
  @environment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10229
10230
10231
10232
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 10229

def update!(**args)
  @deployment = args[:deployment] if args.key?(:deployment)
  @environment = args[:environment] if args.key?(:environment)
end