Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::IntentSuggestion.
Represents an intent suggestion.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#description
def description() -> ::String
Returns
- (::String) — Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
Returns
- (::String) — Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
#display_name
def display_name() -> ::String
Returns
- (::String) — The display name of the intent.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — The display name of the intent.
Returns
- (::String) — The display name of the intent.
#intent_v2
def intent_v2() -> ::String
Returns
-
(::String) — The unique identifier of this
intent. Format:
projects/<Project ID>/locations/<Location ID>/agent/intents/<Intent ID>
.
#intent_v2=
def intent_v2=(value) -> ::String
Parameter
-
value (::String) — The unique identifier of this
intent. Format:
projects/<Project ID>/locations/<Location ID>/agent/intents/<Intent ID>
.
Returns
-
(::String) — The unique identifier of this
intent. Format:
projects/<Project ID>/locations/<Location ID>/agent/intents/<Intent ID>
.