Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SuggestionsResource

The "suggestions" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.SuggestionsResource
Inherited Members
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.LocationsResource.SuggestionsResource

Constructors

SuggestionsResource(IClientService)

Constructs a new resource.

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

Methods

GenerateStatelessSummary(GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest, string)

Generates and returns a summary for a conversation that does not have a resource created for it.

Declaration
public virtual ProjectsResource.LocationsResource.SuggestionsResource.GenerateStatelessSummaryRequest GenerateStatelessSummary(GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest body

The body of the request.

string parent

Required. The parent resource to charge for the Summary's generation. Format: projects//locations/.

Returns
Type Description
ProjectsResource.LocationsResource.SuggestionsResource.GenerateStatelessSummaryRequest

SearchKnowledge(GoogleCloudDialogflowV2beta1SearchKnowledgeRequest, string)

Get answers for the given query based on knowledge documents.

Declaration
public virtual ProjectsResource.LocationsResource.SuggestionsResource.SearchKnowledgeRequest SearchKnowledge(GoogleCloudDialogflowV2beta1SearchKnowledgeRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2beta1SearchKnowledgeRequest body

The body of the request.

string parent

Required. The parent resource contains the conversation profile Format: 'projects/' or projects//locations/.

Returns
Type Description
ProjectsResource.LocationsResource.SuggestionsResource.SearchKnowledgeRequest
In this article
Back to top Generated by DocFX