Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Overview
Sources for the suggestion.
Instance Attribute Summary collapse
-
#instruction_indexes ⇒ Array<Fixnum>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources
constructor
A new instance of GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources
Returns a new instance of GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources.
19967 19968 19969 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19967 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
19965 19966 19967 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19965 def instruction_indexes @instruction_indexes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19972 19973 19974 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 19972 def update!(**args) @instruction_indexes = args[:instruction_indexes] if args.key?(:instruction_indexes) end |