Class: Google::Cloud::DiscoveryEngine::V1::AssistAnswer::Reply

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/assist_answer.rb

Overview

One part of the multi-part response of the assist call.

Instance Attribute Summary collapse

Instance Attribute Details

#grounded_content::Google::Cloud::DiscoveryEngine::V1::AssistantGroundedContent

Returns Possibly grounded response text or media from the assistant.

Returns:



51
52
53
54
# File 'proto_docs/google/cloud/discoveryengine/v1/assist_answer.rb', line 51

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