Class ProjectsResource.LocationsResource.SuggestionsResource
The "suggestions" collection of methods.
Inherited Members
Namespace: Google.Apis.Dialogflow.v2
Assembly: Google.Apis.Dialogflow.v2.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(GoogleCloudDialogflowV2GenerateStatelessSummaryRequest, 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(GoogleCloudDialogflowV2GenerateStatelessSummaryRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDialogflowV2GenerateStatelessSummaryRequest | body | The body of the request. |
string | parent | Required. The parent resource to charge for the Summary's generation. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.SuggestionsResource.GenerateStatelessSummaryRequest |
SearchKnowledge(GoogleCloudDialogflowV2SearchKnowledgeRequest, string)
Get answers for the given query based on knowledge documents.
Declaration
public virtual ProjectsResource.LocationsResource.SuggestionsResource.SearchKnowledgeRequest SearchKnowledge(GoogleCloudDialogflowV2SearchKnowledgeRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudDialogflowV2SearchKnowledgeRequest | body | The body of the request. |
string | parent | Required. The parent resource contains the conversation profile Format: 'projects/' or
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.SuggestionsResource.SearchKnowledgeRequest |