Interface IntentBatchOrBuilder

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

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

      • getIntentsList

        List<Intent> getIntentsList()
         A collection of intents.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
      • getIntents

        Intent getIntents​(int index)
         A collection of intents.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
      • getIntentsCount

        int getIntentsCount()
         A collection of intents.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
      • getIntentsOrBuilderList

        List<? extends IntentOrBuilder> getIntentsOrBuilderList()
         A collection of intents.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
      • getIntentsOrBuilder

        IntentOrBuilder getIntentsOrBuilder​(int index)
         A collection of intents.
         
        repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;