class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ValidateFlowRequest
The request message for Flows.ValidateFlow.
Attributes
language_code[RW]
If not specified, the agent's default language is used. Corresponds to the JSON property `languageCode` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 5270 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v3/classes.rb, line 5275 def update!(**args) @language_code = args[:language_code] if args.key?(:language_code) end