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

com.google.cloud.dialogflow.v2.DeleteContextRequestOrBuilder 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/context.proto

package com.google.cloud.dialogflow.v2;

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

  /**
   *
   *
   * 
   * Required. The name of the context to delete. Format:
   * `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`.
   * 
* * string name = 1; */ java.lang.String getName(); /** * * *
   * Required. The name of the context to delete. Format:
   * `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`.
   * 
* * string name = 1; */ com.google.protobuf.ByteString getNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy