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
System.Object
ProjectsResource.ConversationsResource.ParticipantsResource.AnalyzeContentRequest
Implements
Inherited Members
ClientServiceRequest<GoogleCloudDialogflowV2AnalyzeContentResponse>.CreateRequest(Nullable<Boolean>)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dialogflow.v2
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class 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 | |
| System.String | participant |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2AnalyzeContentResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2AnalyzeContentResponse>.MethodName
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 |
|---|---|
| System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2AnalyzeContentResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| System.Object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2AnalyzeContentResponse>.GetBody()
InitParameters()
Initializes AnalyzeContent parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Dialogflow.v2.DialogflowBaseServiceRequest<Google.Apis.Dialogflow.v2.Data.GoogleCloudDialogflowV2AnalyzeContentResponse>.InitParameters()