Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentValidationResult
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentValidationResult
- 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
-
#flow_validation_results ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3FlowValidationResult>
Corresponds to the JSON property
flowValidationResults. -
#name ⇒ String
Corresponds to the JSON property
name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3AgentValidationResult
constructor
A new instance of GoogleCloudDialogflowCxV3AgentValidationResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3AgentValidationResult
Returns a new instance of GoogleCloudDialogflowCxV3AgentValidationResult.
580 581 582 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 580 def initialize(**args) update!(**args) end |
Instance Attribute Details
#flow_validation_results ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3FlowValidationResult>
Corresponds to the JSON property flowValidationResults
573 574 575 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 573 def flow_validation_results @flow_validation_results end |
#name ⇒ String
Corresponds to the JSON property name
578 579 580 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 578 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
585 586 587 588 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 585 def update!(**args) @flow_validation_results = args[:flow_validation_results] if args.key?(:flow_validation_results) @name = args[:name] if args.key?(:name) end |