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

com.google.cloud.dialogflow.v2.DeleteIntentRequestOrBuilder 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 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy