Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DeployFlowResponse

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) ⇒ GoogleCloudDialogflowCxV3DeployFlowResponse

Returns a new instance of GoogleCloudDialogflowCxV3DeployFlowResponse.



1639
1640
1641
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1639

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

Instance Attribute Details

#deploymentString

Corresponds to the JSON property deployment

Returns:

  • (String)


1632
1633
1634
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1632

def deployment
  @deployment
end

#environmentGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Environment

Corresponds to the JSON property environment



1637
1638
1639
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1637

def environment
  @environment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1644
1645
1646
1647
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1644

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