Interface ListIntentsResponseOrBuilder

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

    public interface ListIntentsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Intent getIntents​(int index)
      The list of agent intents.
      int getIntentsCount()
      The list of agent intents.
      List<Intent> getIntentsList()
      The list of agent intents.
      IntentOrBuilder getIntentsOrBuilder​(int index)
      The list of agent intents.
      List<? extends IntentOrBuilder> getIntentsOrBuilderList()
      The list of agent intents.
      String getNextPageToken()
      Token to retrieve the next page of results, or empty if there are no more results in the list.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      Token to retrieve the next page of results, or empty if there are no more results in the list.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getIntentsList

        List<Intent> getIntentsList()
         The list of agent intents. There will be a maximum number of items
         returned based on the page_size field in the request.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
      • getIntents

        Intent getIntents​(int index)
         The list of agent intents. There will be a maximum number of items
         returned based on the page_size field in the request.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
      • getIntentsCount

        int getIntentsCount()
         The list of agent intents. There will be a maximum number of items
         returned based on the page_size field in the request.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
      • getIntentsOrBuilderList

        List<? extends IntentOrBuilder> getIntentsOrBuilderList()
         The list of agent intents. There will be a maximum number of items
         returned based on the page_size field in the request.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
      • getIntentsOrBuilder

        IntentOrBuilder getIntentsOrBuilder​(int index)
         The list of agent intents. There will be a maximum number of items
         returned based on the page_size field in the request.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
      • getNextPageToken

        String getNextPageToken()
         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()
         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.