Show / Hide Table of Contents

Class ProjectsResource.SuggestionsResource

The "suggestions" collection of methods.

Inheritance
object
ProjectsResource.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.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.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.SuggestionsResource.GenerateStatelessSummaryRequest
In This Article
Back to top Generated by DocFX