Class: Google::Cloud::Dialogflow::V2::IntentSuggestion
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::IntentSuggestion
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/participant.rb
Overview
Represents an intent suggestion.
Instance Attribute Summary collapse
-
#description ⇒ ::String
Human readable description for better understanding an intent like its scope, content, result etc.
-
#display_name ⇒ ::String
The display name of the intent.
-
#intent_v2 ⇒ ::String
The unique identifier of this intent.
Instance Attribute Details
#description ⇒ ::String
Returns Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
877 878 879 880 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 877 class IntentSuggestion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns The display name of the intent.
877 878 879 880 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 877 class IntentSuggestion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#intent_v2 ⇒ ::String
Returns The unique identifier of this
intent. Format: projects/<Project
ID>/locations/<Location ID>/agent/intents/<Intent ID>
.
877 878 879 880 |
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 877 class IntentSuggestion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |