Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.PublishRequest

Publish an Assessment.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>
ProjectsResource.LocationsResource.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.PublishRequest
Implements
IClientServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>
IClientServiceRequest
Inherited Members
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.Xgafv
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.AccessToken
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.Alt
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.Callback
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.Fields
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.Key
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.OauthToken
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.PrettyPrint
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.QuotaUser
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.UploadType
ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.UploadProtocol
ClientServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.Execute()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.ExecuteAsync()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.ETagAction
ClientServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.ModifyRequest
ClientServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.ValidateParameters
ClientServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.ApiVersion
ClientServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.RequestParameters
ClientServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>.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.AuthorizedViewSetsResource.AuthorizedViewsResource.ConversationsResource.AssessmentsResource.PublishRequest : ContactcenterinsightsBaseServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>, IClientServiceRequest<GoogleCloudContactcenterinsightsV1Assessment>, IClientServiceRequest

Constructors

PublishRequest(IClientService, GoogleCloudContactcenterinsightsV1PublishAssessmentRequest, string)

Constructs a new Publish request.

Declaration
public PublishRequest(IClientService service, GoogleCloudContactcenterinsightsV1PublishAssessmentRequest body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudContactcenterinsightsV1PublishAssessmentRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the assessment to publish.

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<GoogleCloudContactcenterinsightsV1Assessment>.RestPath

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Publish parameter list.

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

Implements

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