com.google.cloud.dialogflow.v2.IntentBatchOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-dialogflow-v2 Show documentation
Show all versions of proto-google-cloud-dialogflow-v2 Show documentation
PROTO library for proto-google-cloud-dialogflow-v2
// 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 extends com.google.cloud.dialogflow.v2.IntentOrBuilder>
getIntentsOrBuilderList();
/**
*
*
*
* A collection of intents.
*
*
* repeated .google.cloud.dialogflow.v2.Intent intents = 1;
*/
com.google.cloud.dialogflow.v2.IntentOrBuilder getIntentsOrBuilder(int index);
}