class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ValidateAgentRequest

The request message for Agents.ValidateAgent.

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 5668
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 5673
def update!(**args)
  @language_code = args[:language_code] if args.key?(:language_code)
end