Show / Hide Table of Contents

Class ProjectsResource.ConversationsResource.ParticipantsResource.SuggestionsResource

The "suggestions" collection of methods.

Inheritance
System.Object
ProjectsResource.ConversationsResource.ParticipantsResource.SuggestionsResource
Inherited Members
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 SuggestionsResource

Constructors

SuggestionsResource(IClientService)

Constructs a new resource.

Declaration
public SuggestionsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

SuggestArticles(GoogleCloudDialogflowV2SuggestArticlesRequest, String)

Gets suggested articles for a participant based on specific historical messages.

Declaration
public virtual ProjectsResource.ConversationsResource.ParticipantsResource.SuggestionsResource.SuggestArticlesRequest SuggestArticles(GoogleCloudDialogflowV2SuggestArticlesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2SuggestArticlesRequest body

The body of the request.

System.String parent

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

Returns
Type Description
ProjectsResource.ConversationsResource.ParticipantsResource.SuggestionsResource.SuggestArticlesRequest

SuggestFaqAnswers(GoogleCloudDialogflowV2SuggestFaqAnswersRequest, String)

Gets suggested faq answers for a participant based on specific historical messages.

Declaration
public virtual ProjectsResource.ConversationsResource.ParticipantsResource.SuggestionsResource.SuggestFaqAnswersRequest SuggestFaqAnswers(GoogleCloudDialogflowV2SuggestFaqAnswersRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2SuggestFaqAnswersRequest body

The body of the request.

System.String parent

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

Returns
Type Description
ProjectsResource.ConversationsResource.ParticipantsResource.SuggestionsResource.SuggestFaqAnswersRequest
In This Article
Back to top