Interface ListSuggestionsResponseOrBuilder

    • Method Detail

      • getSuggestionsList

        List<Suggestion> getSuggestionsList()
        Deprecated.
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
      • getSuggestions

        Suggestion getSuggestions​(int index)
        Deprecated.
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
      • getSuggestionsCount

        int getSuggestionsCount()
        Deprecated.
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
      • getSuggestionsOrBuilderList

        List<? extends SuggestionOrBuilder> getSuggestionsOrBuilderList()
        Deprecated.
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
      • getSuggestionsOrBuilder

        SuggestionOrBuilder getSuggestionsOrBuilder​(int index)
        Deprecated.
         Required. The list of suggestions. There will be a maximum number of items
         returned based on the page_size field in the request. `suggestions` is
         sorted by `create_time` in descending order.
         
        repeated .google.cloud.dialogflow.v2beta1.Suggestion suggestions = 1;
      • getNextPageToken

        String getNextPageToken()
        Deprecated.
         Optional. Token to retrieve the next page of results or empty if there are
         no more results in the list.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
        Deprecated.
         Optional. Token to retrieve the next page of results or empty if there are
         no more results in the list.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.