Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ValidateAgentRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ValidateAgentRequest
- 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
-
#language_code ⇒ String
Corresponds to the JSON property
languageCode.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ValidateAgentRequest
constructor
A new instance of GoogleCloudDialogflowCxV3ValidateAgentRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ValidateAgentRequest
Returns a new instance of GoogleCloudDialogflowCxV3ValidateAgentRequest.
8960 8961 8962 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8960 def initialize(**args) update!(**args) end |
Instance Attribute Details
#language_code ⇒ String
Corresponds to the JSON property languageCode
8958 8959 8960 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8958 def language_code @language_code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8965 8966 8967 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8965 def update!(**args) @language_code = args[:language_code] if args.key?(:language_code) end |