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

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

  /**
   * 
   * Required. The context to update.
   * 
* * .google.cloud.dialogflow.v2.Context context = 1; */ boolean hasContext(); /** *
   * Required. The context to update.
   * 
* * .google.cloud.dialogflow.v2.Context context = 1; */ com.google.cloud.dialogflow.v2.Context getContext(); /** *
   * Required. The context to update.
   * 
* * .google.cloud.dialogflow.v2.Context context = 1; */ com.google.cloud.dialogflow.v2.ContextOrBuilder getContextOrBuilder(); /** *
   * Optional. The mask to control which fields get updated.
   * 
* * .google.protobuf.FieldMask update_mask = 2; */ boolean hasUpdateMask(); /** *
   * Optional. The mask to control which fields get updated.
   * 
* * .google.protobuf.FieldMask update_mask = 2; */ com.google.protobuf.FieldMask getUpdateMask(); /** *
   * Optional. The mask to control which fields get updated.
   * 
* * .google.protobuf.FieldMask update_mask = 2; */ com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy