Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AssistantSessionsResource.StreamChatRequest

Streams chat messages from the assistant.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>
ProjectsResource.LocationsResource.AssistantSessionsResource.StreamChatRequest
Implements
IClientServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>
IClientServiceRequest
Inherited Members
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.Xgafv
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.AccessToken
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.Alt
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.Callback
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.Fields
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.Key
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.OauthToken
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.PrettyPrint
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.QuotaUser
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.UploadType
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.Execute()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.ETagAction
ClientServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.ApiVersion
ClientServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.RequestParameters
ClientServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.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.Contactcenterinsights.v1
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AssistantSessionsResource.StreamChatRequest : ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>, IClientServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>, IClientServiceRequest

Constructors

StreamChatRequest(IClientService, GoogleCloudContactcenterinsightsV1StreamChatRequest, string)

Constructs a new StreamChat request.

Declaration
public StreamChatRequest(IClientService service, GoogleCloudContactcenterinsightsV1StreamChatRequest body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudContactcenterinsightsV1StreamChatRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the assistant session to stream chat. Format: projects/{project}/locations/{location}/assistantSessions/{assistant_session}

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.GetBody()

InitParameters()

Initializes StreamChat parameter list.

Declaration
protected override void InitParameters()
Overrides
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1StreamChatResponse>.InitParameters()

Implements

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