Interface ListConversationProfilesResponseOrBuilder

    • Method Detail

      • getConversationProfilesList

        List<ConversationProfile> getConversationProfilesList()
         The list of project conversation profiles. There is a maximum number
         of items returned based on the page_size field in the request.
         
        repeated .google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profiles = 1;
      • getConversationProfiles

        ConversationProfile getConversationProfiles​(int index)
         The list of project conversation profiles. There is a maximum number
         of items returned based on the page_size field in the request.
         
        repeated .google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profiles = 1;
      • getConversationProfilesCount

        int getConversationProfilesCount()
         The list of project conversation profiles. There is a maximum number
         of items returned based on the page_size field in the request.
         
        repeated .google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profiles = 1;
      • getConversationProfilesOrBuilderList

        List<? extends ConversationProfileOrBuilder> getConversationProfilesOrBuilderList()
         The list of project conversation profiles. There is a maximum number
         of items returned based on the page_size field in the request.
         
        repeated .google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profiles = 1;
      • getConversationProfilesOrBuilder

        ConversationProfileOrBuilder getConversationProfilesOrBuilder​(int index)
         The list of project conversation profiles. There is a maximum number
         of items returned based on the page_size field in the request.
         
        repeated .google.cloud.dialogflow.v2beta1.ConversationProfile conversation_profiles = 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.