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

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

  /**
   * 
   * Required. The session to create a context for.
   * Format: `projects/<Project ID>/agent/sessions/<Session ID>`.
   * 
* * string parent = 1; */ java.lang.String getParent(); /** *
   * Required. The session to create a context for.
   * Format: `projects/<Project ID>/agent/sessions/<Session ID>`.
   * 
* * string parent = 1; */ com.google.protobuf.ByteString getParentBytes(); /** *
   * Required. The context to create.
   * 
* * .google.cloud.dialogflow.v2.Context context = 2; */ boolean hasContext(); /** *
   * Required. The context to create.
   * 
* * .google.cloud.dialogflow.v2.Context context = 2; */ com.google.cloud.dialogflow.v2.Context getContext(); /** *
   * Required. The context to create.
   * 
* * .google.cloud.dialogflow.v2.Context context = 2; */ com.google.cloud.dialogflow.v2.ContextOrBuilder getContextOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy