Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.PhraseMatchersResource.GetRequest

Gets a phrase matcher.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the phrase matcher to get.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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