Show / Hide Table of Contents

Class ProjectsResource.ConversationsResource.ParticipantsResource.SuggestionsResource.SuggestKnowledgeAssistRequest

Gets knowledge assist suggestions based on historical messages.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>
ProjectsResource.ConversationsResource.ParticipantsResource.SuggestionsResource.SuggestKnowledgeAssistRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.Execute()
ClientServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>.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.SuggestionsResource.SuggestKnowledgeAssistRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>, IClientServiceRequest<GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse>, IClientServiceRequest

Constructors

SuggestKnowledgeAssistRequest(IClientService, GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest, string)

Constructs a new SuggestKnowledgeAssist request.

Declaration
public SuggestKnowledgeAssistRequest(IClientService service, GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The name of the participant to fetch suggestions for. Format: projects//locations//conversations//participants/.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes SuggestKnowledgeAssist parameter list.

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

Implements

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