Class: Google::Cloud::Dialogflow::V2::SuggestKnowledgeAssistResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/participant.rb

Overview

The response message for Participants.SuggestKnowledgeAssist.

Instance Attribute Summary collapse

Instance Attribute Details

#context_size::Integer

Returns Number of messages prior to and including latest_message to compile the suggestion. It may be smaller than the SuggestKnowledgeAssistRequest.context_size field in the request if there are fewer messages in the conversation.

Returns:



1075
1076
1077
1078
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 1075

class SuggestKnowledgeAssistResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#knowledge_assist_answer::Google::Cloud::Dialogflow::V2::KnowledgeAssistAnswer (readonly)

Returns Output only. Knowledge Assist suggestion.

Returns:



1075
1076
1077
1078
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 1075

class SuggestKnowledgeAssistResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#latest_message::String

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



1075
1076
1077
1078
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 1075

class SuggestKnowledgeAssistResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end