Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse
- 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
-
#duplicate_check_result ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult
Corresponds to the JSON property
duplicateCheckResult. -
#response_text ⇒ String
Corresponds to the JSON property
responseText. -
#sources ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources
Corresponds to the JSON property
sources.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse
constructor
A new instance of GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse
Returns a new instance of GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse.
17295 17296 17297 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17295 def initialize(**args) update!(**args) end |
Instance Attribute Details
#duplicate_check_result ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult
Corresponds to the JSON property duplicateCheckResult
17283 17284 17285 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17283 def duplicate_check_result @duplicate_check_result end |
#response_text ⇒ String
Corresponds to the JSON property responseText
17288 17289 17290 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17288 def response_text @response_text end |
#sources ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources
Corresponds to the JSON property sources
17293 17294 17295 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17293 def sources @sources end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17300 17301 17302 17303 17304 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17300 def update!(**args) @duplicate_check_result = args[:duplicate_check_result] if args.key?(:duplicate_check_result) @response_text = args[:response_text] if args.key?(:response_text) @sources = args[:sources] if args.key?(:sources) end |