Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::ConverseConversationResponse.
Response message for ConversationalSearchService.ConverseConversation method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#conversation
def conversation() -> ::Google::Cloud::DiscoveryEngine::V1::Conversation
    Returns
    
  - (::Google::Cloud::DiscoveryEngine::V1::Conversation) — Updated conversation including the answer.
#conversation=
def conversation=(value) -> ::Google::Cloud::DiscoveryEngine::V1::Conversation
    Parameter
    
  - value (::Google::Cloud::DiscoveryEngine::V1::Conversation) — Updated conversation including the answer.
    Returns
    
  - (::Google::Cloud::DiscoveryEngine::V1::Conversation) — Updated conversation including the answer.
#reply
def reply() -> ::Google::Cloud::DiscoveryEngine::V1::Reply
    Returns
    
  - (::Google::Cloud::DiscoveryEngine::V1::Reply) — Answer to the current query.
#reply=
def reply=(value) -> ::Google::Cloud::DiscoveryEngine::V1::Reply
    Parameter
    
  - value (::Google::Cloud::DiscoveryEngine::V1::Reply) — Answer to the current query.
    Returns
    
  - (::Google::Cloud::DiscoveryEngine::V1::Reply) — Answer to the current query.
#search_results
def search_results() -> ::Array<::Google::Cloud::DiscoveryEngine::V1::SearchResponse::SearchResult>
    Returns
    
  - (::Array<::Google::Cloud::DiscoveryEngine::V1::SearchResponse::SearchResult>) — Search Results.
#search_results=
def search_results=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1::SearchResponse::SearchResult>
    Parameter
    
  - value (::Array<::Google::Cloud::DiscoveryEngine::V1::SearchResponse::SearchResult>) — Search Results.
    Returns
    
- (::Array<::Google::Cloud::DiscoveryEngine::V1::SearchResponse::SearchResult>) — Search Results.