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

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

  /**
   * 
   * Required. The session to list all contexts from.
   * Format: `projects/<Project ID>/agent/sessions/<Session ID>`.
   * 
* * string parent = 1; */ java.lang.String getParent(); /** *
   * Required. The session to list all contexts from.
   * Format: `projects/<Project ID>/agent/sessions/<Session ID>`.
   * 
* * string parent = 1; */ com.google.protobuf.ByteString getParentBytes(); /** *
   * Optional. The maximum number of items to return in a single page. By
   * default 100 and at most 1000.
   * 
* * int32 page_size = 2; */ int getPageSize(); /** *
   * Optional. The next_page_token value returned from a previous list request.
   * 
* * string page_token = 3; */ java.lang.String getPageToken(); /** *
   * Optional. The next_page_token value returned from a previous list request.
   * 
* * string page_token = 3; */ com.google.protobuf.ByteString getPageTokenBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy