Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::SuggestFaqAnswersResponse (v0.16.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::SuggestFaqAnswersResponse.

The request message for Participants.SuggestFaqAnswers.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#context_size

def context_size() -> ::Integer
Returns

#context_size=

def context_size=(value) -> ::Integer
Parameter
Returns

#faq_answers

def faq_answers() -> ::Array<::Google::Cloud::Dialogflow::V2::FaqAnswer>
Returns

#faq_answers=

def faq_answers=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::FaqAnswer>
Parameter
Returns

#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>.