Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1DeployFlowResponse

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DeployFlowResponse

Returns a new instance of GoogleCloudDialogflowCxV3beta1DeployFlowResponse.



3899
3900
3901
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3899

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

Instance Attribute Details

#deploymentString

Corresponds to the JSON property deployment

Returns:

  • (String)


3892
3893
3894
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3892

def deployment
  @deployment
end

#environmentGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1Environment

Corresponds to the JSON property environment



3897
3898
3899
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3897

def environment
  @environment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3904
3905
3906
3907
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3904

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