The response message for Participants.SuggestArticles.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#article_answers
def article_answers() -> ::Array<::Google::Cloud::Dialogflow::V2::ArticleAnswer>
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::ArticleAnswer>) — Articles ordered by score in descending order.
#article_answers=
def article_answers=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::ArticleAnswer>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::V2::ArticleAnswer>) — Articles ordered by score in descending order.
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::ArticleAnswer>) — Articles ordered by score in descending order.
#context_size
def context_size() -> ::Integer
Returns
- (::Integer) — Number of messages prior to and including latest_message to compile the suggestion. It may be smaller than the SuggestArticlesRequest.context_size field in the request if there aren't that many messages in the conversation.
#context_size=
def context_size=(value) -> ::Integer
Parameter
- value (::Integer) — Number of messages prior to and including latest_message to compile the suggestion. It may be smaller than the SuggestArticlesRequest.context_size field in the request if there aren't that many messages in the conversation.
Returns
- (::Integer) — Number of messages prior to and including latest_message to compile the suggestion. It may be smaller than the SuggestArticlesRequest.context_size field in the request if there aren't that many messages in the conversation.
#latest_message
def latest_message() -> ::String
Returns
-
(::String) — The name of the latest conversation message used to compile
suggestion for.
Format:
projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>
.
#latest_message=
def latest_message=(value) -> ::String
Parameter
-
value (::String) — The name of the latest conversation message used to compile
suggestion for.
Format:
projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>
.
Returns
-
(::String) — The name of the latest conversation message used to compile
suggestion for.
Format:
projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/messages/<Message ID>
.