Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionSources
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionSources
- 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
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.
8207 8208 8209 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 8207 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
8205 8206 8207 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 8205 def instruction_indexes @instruction_indexes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8212 8213 8214 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 8212 def update!(**args) @instruction_indexes = args[:instruction_indexes] if args.key?(:instruction_indexes) end |