Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ValidateFlowRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ValidateFlowRequest
- 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
Overview
The request message for Flows.ValidateFlow.
Instance Attribute Summary collapse
-
#language_code ⇒ String
If not specified, the agent's default language is used.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ValidateFlowRequest
constructor
A new instance of GoogleCloudDialogflowCxV3ValidateFlowRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ValidateFlowRequest
Returns a new instance of GoogleCloudDialogflowCxV3ValidateFlowRequest.
8165 8166 8167 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8165 def initialize(**args) update!(**args) end |
Instance Attribute Details
#language_code ⇒ String
If not specified, the agent's default language is used.
Corresponds to the JSON property languageCode
8163 8164 8165 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8163 def language_code @language_code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8170 8171 8172 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8170 def update!(**args) @language_code = args[:language_code] if args.key?(:language_code) end |