Class: Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::Sources
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::AgentCoachingSuggestion::Sources
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/generator.rb
Overview
Sources for the suggestion.
Instance Attribute Summary collapse
-
#instruction_indexes ⇒ ::Array<::Integer>
readonly
Output only.
Instance Attribute Details
#instruction_indexes ⇒ ::Array<::Integer> (readonly)
Returns Output only. Source instruction indexes for the suggestion. This is the index of the applicable_instructions field.
448 449 450 451 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 448 class Sources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |