Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestionSources
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowV2AgentCoachingSuggestionSources
- 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
Overview
Sources for the suggestion.
Instance Attribute Summary collapse
-
#instruction_indexes ⇒ Array<Fixnum>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2AgentCoachingSuggestionSources
constructor
A new instance of GoogleCloudDialogflowV2AgentCoachingSuggestionSources.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2AgentCoachingSuggestionSources
Returns a new instance of GoogleCloudDialogflowV2AgentCoachingSuggestionSources.
15252 15253 15254 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 15252 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instruction_indexes ⇒ Array<Fixnum>
Output only. Source instruction indexes for the suggestion. This is the index
of the applicable_instructions field.
Corresponds to the JSON property instructionIndexes
15250 15251 15252 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 15250 def instruction_indexes @instruction_indexes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15257 15258 15259 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 15257 def update!(**args) @instruction_indexes = args[:instruction_indexes] if args.key?(:instruction_indexes) end |