Class ProjectsResource.LocationsResource.ConversationsResource.ParticipantsResource.AnalyzeContentRequest
Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation. Note: Always use agent versions for production traffic sent to virtual agents. See Versions and environments.
Inheritance
ProjectsResource.LocationsResource.ConversationsResource.ParticipantsResource.AnalyzeContentRequest
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2beta1
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ConversationsResource.ParticipantsResource.AnalyzeContentRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>, IClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>, IClientServiceRequest
Constructors
AnalyzeContentRequest(IClientService, GoogleCloudDialogflowV2beta1AnalyzeContentRequest, string)
Constructs a new AnalyzeContent request.
Declaration
public AnalyzeContentRequest(IClientService service, GoogleCloudDialogflowV2beta1AnalyzeContentRequest body, string participant)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDialogflowV2beta1AnalyzeContentRequest | body | |
string | participant |
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
Participant
Required. The name of the participant this text comes from. Format:
projects//locations//conversations//participants/
.
Declaration
[RequestParameter("participant", RequestParameterType.Path)]
public virtual string Participant { get; }
Property Value
Type | Description |
---|---|
string |
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 AnalyzeContent parameter list.
Declaration
protected override void InitParameters()