Show / Hide Table of Contents

Class ProjectsResource.AgentResource.EnvironmentsResource.UsersResource.SessionsResource.ContextsResource.ListRequest

Returns the list of all contexts in the specified session.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>
ProjectsResource.AgentResource.EnvironmentsResource.UsersResource.SessionsResource.ContextsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.Execute()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.GetBody()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2beta1
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class ProjectsResource.AgentResource.EnvironmentsResource.UsersResource.SessionsResource.ContextsResource.ListRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>, IClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.MethodName

PageSize

Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. The next_page_token value returned from a previous list request.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The session to list all contexts from. Supported formats: - projects//agent/sessions/, - projects//locations//agent/sessions/, - projects//agent/environments//users//sessions/, - projects//locations//agent/environments//users//sessions/, If Location IDis not specified we assume default 'us' location. IfEnvironment IDis not specified, we assume default 'draft' environment. IfUser ID` is not specified, we assume default '-' user.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListContextsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX