Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::AssistAnswer::Reply.
One part of the multi-part response of the assist call.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the reply was created.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the reply was created.
Returns
- (::Google::Protobuf::Timestamp) — The time when the reply was created.
#grounded_content
def grounded_content() -> ::Google::Cloud::DiscoveryEngine::V1beta::AssistantGroundedContent
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::AssistantGroundedContent) — Possibly grounded response text or media from the assistant.
#grounded_content=
def grounded_content=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::AssistantGroundedContent
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::AssistantGroundedContent) — Possibly grounded response text or media from the assistant.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::AssistantGroundedContent) — Possibly grounded response text or media from the assistant.