Google Cloud Dialogflow v2beta1 API - Class DeleteAllContextsRequest (1.0.0-beta15)

public sealed class DeleteAllContextsRequest : IMessage<DeleteAllContextsRequest>, IEquatable<DeleteAllContextsRequest>, IDeepCloneable<DeleteAllContextsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class DeleteAllContextsRequest.

The request message for [Contexts.DeleteAllContexts][google.cloud.dialogflow.v2beta1.Contexts.DeleteAllContexts].

Inheritance

object > DeleteAllContextsRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

DeleteAllContextsRequest()

public DeleteAllContextsRequest()

DeleteAllContextsRequest(DeleteAllContextsRequest)

public DeleteAllContextsRequest(DeleteAllContextsRequest other)
Parameter
NameDescription
otherDeleteAllContextsRequest

Properties

Parent

public string Parent { get; set; }

Required. The name of the session to delete all contexts from. Supported formats:

  • `projects/<Project ID>/agent/sessions/<Session ID>,
  • projects/<Project ID>/locations/<Location ID>/agent/sessions/<Session ID>,
  • projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session ID>,
  • projects/<Project ID>/locations/<Location ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session ID>,

If Location ID is not specified we assume default 'us' location. If Environment ID is not specified we assume default 'draft' environment. If User ID is not specified, we assume default '-' user.

Property Value
TypeDescription
string

ParentAsSessionName

public SessionName ParentAsSessionName { get; set; }

SessionName-typed view over the Parent resource name property.

Property Value
TypeDescription
SessionName