Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#duplicate_check_result ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult
Corresponds to the JSON property
duplicateCheckResult. -
#response_text ⇒ String
Corresponds to the JSON property
responseText. -
#sources ⇒ Google::Apis::DialogflowV2beta1::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.
11226 11227 11228 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11226 def initialize(**args) update!(**args) end |
Instance Attribute Details
#duplicate_check_result ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult
Corresponds to the JSON property duplicateCheckResult
11214 11215 11216 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11214 def duplicate_check_result @duplicate_check_result end |
#response_text ⇒ String
Corresponds to the JSON property responseText
11219 11220 11221 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11219 def response_text @response_text end |
#sources ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources
Corresponds to the JSON property sources
11224 11225 11226 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11224 def sources @sources end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11231 11232 11233 11234 11235 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 11231 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 |