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

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

  /**
   * 
   * Required. The unique identifier of the context. Format:
   * `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`.
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * Required. The unique identifier of the context. Format:
   * `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`.
   * 
* * string name = 1; */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Optional. The number of conversational query requests after which the
   * context expires. If set to `0` (the default) the context expires
   * immediately. Contexts expire automatically after 10 minutes even if there
   * are no matching queries.
   * 
* * int32 lifespan_count = 2; */ int getLifespanCount(); /** *
   * Optional. The collection of parameters associated with this context.
   * Refer to [this doc](https://dialogflow.com/docs/actions-and-parameters) for
   * syntax.
   * 
* * .google.protobuf.Struct parameters = 3; */ boolean hasParameters(); /** *
   * Optional. The collection of parameters associated with this context.
   * Refer to [this doc](https://dialogflow.com/docs/actions-and-parameters) for
   * syntax.
   * 
* * .google.protobuf.Struct parameters = 3; */ com.google.protobuf.Struct getParameters(); /** *
   * Optional. The collection of parameters associated with this context.
   * Refer to [this doc](https://dialogflow.com/docs/actions-and-parameters) for
   * syntax.
   * 
* * .google.protobuf.Struct parameters = 3; */ com.google.protobuf.StructOrBuilder getParametersOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy