Class ProjectsResource.LocationsResource.AppsResource.TestPersonaVoiceRequest
Tests the voice of a persona. Also accepts a default persona.
Inheritance
ProjectsResource.LocationsResource.AppsResource.TestPersonaVoiceRequest
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.AppsResource.TestPersonaVoiceRequest : CustomerEngagementSuiteBaseServiceRequest<TestPersonaVoiceResponse>, IClientServiceRequest<TestPersonaVoiceResponse>, IClientServiceRequest
Constructors
TestPersonaVoiceRequest(IClientService, TestPersonaVoiceRequest, string)
Constructs a new TestPersonaVoice request.
Declaration
public TestPersonaVoiceRequest(IClientService service, TestPersonaVoiceRequest body, string app)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| TestPersonaVoiceRequest | body | |
| string | app |
Properties
App
Required. the resource name of the app to test the persona voice for. Format:
projects/{project}/locations/{location}/apps/{app}
Declaration
[RequestParameter("app", RequestParameterType.Path)]
public virtual string App { get; }
Property Value
| Type | Description |
|---|---|
| string |
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes TestPersonaVoice parameter list.
Declaration
protected override void InitParameters()