Interface ReplyOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Reply, Reply.Builder

    public interface ReplyOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getReply

        @Deprecated
        String getReply()
        Deprecated.
        google.cloud.discoveryengine.v1beta.Reply.reply is deprecated. See google/cloud/discoveryengine/v1beta/conversation.proto;l=95
         DEPRECATED: use `summary` instead.
         Text reply.
         
        string reply = 1 [deprecated = true];
        Returns:
        The reply.
      • getReplyBytes

        @Deprecated
        com.google.protobuf.ByteString getReplyBytes()
        Deprecated.
        google.cloud.discoveryengine.v1beta.Reply.reply is deprecated. See google/cloud/discoveryengine/v1beta/conversation.proto;l=95
         DEPRECATED: use `summary` instead.
         Text reply.
         
        string reply = 1 [deprecated = true];
        Returns:
        The bytes for reply.
      • getReferencesList

        @Deprecated
        List<Reply.Reference> getReferencesList()
        Deprecated.
         References in the reply.
         
        repeated .google.cloud.discoveryengine.v1beta.Reply.Reference references = 2 [deprecated = true];
      • getReferences

        @Deprecated
        Reply.Reference getReferences​(int index)
        Deprecated.
         References in the reply.
         
        repeated .google.cloud.discoveryengine.v1beta.Reply.Reference references = 2 [deprecated = true];
      • getReferencesCount

        @Deprecated
        int getReferencesCount()
        Deprecated.
         References in the reply.
         
        repeated .google.cloud.discoveryengine.v1beta.Reply.Reference references = 2 [deprecated = true];
      • getReferencesOrBuilderList

        @Deprecated
        List<? extends Reply.ReferenceOrBuilder> getReferencesOrBuilderList()
        Deprecated.
         References in the reply.
         
        repeated .google.cloud.discoveryengine.v1beta.Reply.Reference references = 2 [deprecated = true];
      • getReferencesOrBuilder

        @Deprecated
        Reply.ReferenceOrBuilder getReferencesOrBuilder​(int index)
        Deprecated.
         References in the reply.
         
        repeated .google.cloud.discoveryengine.v1beta.Reply.Reference references = 2 [deprecated = true];
      • hasSummary

        boolean hasSummary()
         Summary based on search results.
         
        .google.cloud.discoveryengine.v1beta.SearchResponse.Summary summary = 3;
        Returns:
        Whether the summary field is set.
      • getSummary

        SearchResponse.Summary getSummary()
         Summary based on search results.
         
        .google.cloud.discoveryengine.v1beta.SearchResponse.Summary summary = 3;
        Returns:
        The summary.
      • getSummaryOrBuilder

        SearchResponse.SummaryOrBuilder getSummaryOrBuilder()
         Summary based on search results.
         
        .google.cloud.discoveryengine.v1beta.SearchResponse.Summary summary = 3;