Show / Hide Table of Contents

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
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>
ProjectsResource.ConversationsResource.ParticipantsResource.AnalyzeContentRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.Execute()
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.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.Dialogflow.v2beta1
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class ProjectsResource.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
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.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
string

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.GetBody()

InitParameters()

Initializes AnalyzeContent parameter list.

Declaration
protected override void InitParameters()
Overrides
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1AnalyzeContentResponse>.InitParameters()

Implements

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