Class ProjectsResource.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.ConversationsResource.ParticipantsResource.AnalyzeContentRequest
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class ProjectsResource.ConversationsResource.ParticipantsResource.AnalyzeContentRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2AnalyzeContentResponse>, IClientServiceRequest<GoogleCloudDialogflowV2AnalyzeContentResponse>, IClientServiceRequest
Constructors
AnalyzeContentRequest(IClientService, GoogleCloudDialogflowV2AnalyzeContentRequest, string)
Constructs a new AnalyzeContent request.
Declaration
public AnalyzeContentRequest(IClientService service, GoogleCloudDialogflowV2AnalyzeContentRequest body, string participant)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDialogflowV2AnalyzeContentRequest | 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()