com.google.cloud.dialogflow.v2.DeleteIntentRequestOrBuilder 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 DeleteIntentRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2.DeleteIntentRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The name of the intent to delete.
* Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
*
*
* string name = 1;
*/
java.lang.String getName();
/**
*
* Required. The name of the intent to delete.
* Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
*
*
* string name = 1;
*/
com.google.protobuf.ByteString
getNameBytes();
}