All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.dialogflow.v2.IntentBatchOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.55.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dialogflow/v2/intent.proto

package com.google.cloud.dialogflow.v2;

public interface IntentBatchOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2.IntentBatch)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * A collection of intents.
   * 
* * repeated .google.cloud.dialogflow.v2.Intent intents = 1; */ java.util.List getIntentsList(); /** * * *
   * A collection of intents.
   * 
* * repeated .google.cloud.dialogflow.v2.Intent intents = 1; */ com.google.cloud.dialogflow.v2.Intent getIntents(int index); /** * * *
   * A collection of intents.
   * 
* * repeated .google.cloud.dialogflow.v2.Intent intents = 1; */ int getIntentsCount(); /** * * *
   * A collection of intents.
   * 
* * repeated .google.cloud.dialogflow.v2.Intent intents = 1; */ java.util.List getIntentsOrBuilderList(); /** * * *
   * A collection of intents.
   * 
* * repeated .google.cloud.dialogflow.v2.Intent intents = 1; */ com.google.cloud.dialogflow.v2.IntentOrBuilder getIntentsOrBuilder(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy