Class ProjectsResource.LocationsResource.AppsResource.DeploymentsResource.MessageResource.StreamRequest
Sends a streaming message to an agent, allowing for real-time interaction and status
updates. Streaming version of SendMessage
Inheritance
ProjectsResource.LocationsResource.AppsResource.DeploymentsResource.MessageResource.StreamRequest
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AppsResource.DeploymentsResource.MessageResource.StreamRequest : CustomerEngagementSuiteBaseServiceRequest<LfA2aV1StreamResponse>, IClientServiceRequest<LfA2aV1StreamResponse>, IClientServiceRequest
Constructors
StreamRequest(IClientService, LfA2aV1SendMessageRequest, string)
Constructs a new Stream request.
Declaration
public StreamRequest(IClientService service, LfA2aV1SendMessageRequest body, string tenant)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| LfA2aV1SendMessageRequest | body | |
| string | tenant |
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
Tenant
Optional. Opaque routing identifier. Must match the tenant value from the selected
AgentInterface in the Agent Card when that field is set.
Declaration
[RequestParameter("tenant", RequestParameterType.Path)]
public virtual string Tenant { 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 Stream parameter list.
Declaration
protected override void InitParameters()