Interface CompleteQueryResponse.CompletionResultOrBuilder

    • Method Detail

      • getSuggestion

        String getSuggestion()
         The suggestion for the query.
         
        string suggestion = 1;
        Returns:
        The suggestion.
      • getSuggestionBytes

        com.google.protobuf.ByteString getSuggestionBytes()
         The suggestion for the query.
         
        string suggestion = 1;
        Returns:
        The bytes for suggestion.
      • getAttributesCount

        int getAttributesCount()
         Custom attributes for the suggestion term.
        
         * For "user-data", the attributes are additional custom attributes
         ingested through BigQuery.
        
         * For "cloud-retail", the attributes are product attributes generated
         by Cloud Retail. It requires
         [UserEvent.product_details][google.cloud.retail.v2.UserEvent.product_details]
         is imported properly.
         
        map<string, .google.cloud.retail.v2.CustomAttribute> attributes = 2;
      • containsAttributes

        boolean containsAttributes​(String key)
         Custom attributes for the suggestion term.
        
         * For "user-data", the attributes are additional custom attributes
         ingested through BigQuery.
        
         * For "cloud-retail", the attributes are product attributes generated
         by Cloud Retail. It requires
         [UserEvent.product_details][google.cloud.retail.v2.UserEvent.product_details]
         is imported properly.
         
        map<string, .google.cloud.retail.v2.CustomAttribute> attributes = 2;
      • getAttributesMap

        Map<String,​CustomAttribute> getAttributesMap()
         Custom attributes for the suggestion term.
        
         * For "user-data", the attributes are additional custom attributes
         ingested through BigQuery.
        
         * For "cloud-retail", the attributes are product attributes generated
         by Cloud Retail. It requires
         [UserEvent.product_details][google.cloud.retail.v2.UserEvent.product_details]
         is imported properly.
         
        map<string, .google.cloud.retail.v2.CustomAttribute> attributes = 2;
      • getAttributesOrDefault

        CustomAttribute getAttributesOrDefault​(String key,
                                               CustomAttribute defaultValue)
         Custom attributes for the suggestion term.
        
         * For "user-data", the attributes are additional custom attributes
         ingested through BigQuery.
        
         * For "cloud-retail", the attributes are product attributes generated
         by Cloud Retail. It requires
         [UserEvent.product_details][google.cloud.retail.v2.UserEvent.product_details]
         is imported properly.
         
        map<string, .google.cloud.retail.v2.CustomAttribute> attributes = 2;
      • getAttributesOrThrow

        CustomAttribute getAttributesOrThrow​(String key)
         Custom attributes for the suggestion term.
        
         * For "user-data", the attributes are additional custom attributes
         ingested through BigQuery.
        
         * For "cloud-retail", the attributes are product attributes generated
         by Cloud Retail. It requires
         [UserEvent.product_details][google.cloud.retail.v2.UserEvent.product_details]
         is imported properly.
         
        map<string, .google.cloud.retail.v2.CustomAttribute> attributes = 2;