Class ProjectsResource.LocationsResource.AppsResource.SessionsResource.RunSessionRequest
Initiates a single turn interaction with the CES agent within a session.
Inheritance
ProjectsResource.LocationsResource.AppsResource.SessionsResource.RunSessionRequest
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AppsResource.SessionsResource.RunSessionRequest : CustomerEngagementSuiteBaseServiceRequest<RunSessionResponse>, IClientServiceRequest<RunSessionResponse>, IClientServiceRequest
Constructors
RunSessionRequest(IClientService, RunSessionRequest, string)
Constructs a new RunSession request.
Declaration
public RunSessionRequest(IClientService service, RunSessionRequest body, string session)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| RunSessionRequest | body | |
| string | session |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Session
Required. The unique identifier of the session. Format:
projects/{project}/locations/{location}/apps/{app}/sessions/{session}
Declaration
[RequestParameter("session", RequestParameterType.Path)]
public virtual string Session { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes RunSession parameter list.
Declaration
protected override void InitParameters()