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

com.google.cloud.dialogflow.v2.DeleteAllContextsRequestOrBuilder 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 DeleteAllContextsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2.DeleteAllContextsRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Required. The name of the session to delete all contexts from. Format:
   * `projects/<Project ID>/agent/sessions/<Session ID>`.
   * 
* * string parent = 1; */ java.lang.String getParent(); /** *
   * Required. The name of the session to delete all contexts from. Format:
   * `projects/<Project ID>/agent/sessions/<Session ID>`.
   * 
* * string parent = 1; */ com.google.protobuf.ByteString getParentBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy