Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.StatelessSuggestionResource

The "statelessSuggestion" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.StatelessSuggestionResource
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.StatelessSuggestionResource

Constructors

StatelessSuggestionResource(IClientService)

Constructs a new resource.

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

Methods

Generate(GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest, string)

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

Declaration
public virtual ProjectsResource.LocationsResource.StatelessSuggestionResource.GenerateRequest Generate(GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest body

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.StatelessSuggestionResource.GenerateRequest
In this article
Back to top Generated by DocFX