Class DeleteAllContextsRequest
The request message for [Contexts.DeleteAllContexts][google.cloud.dialogflow.v2.Contexts.DeleteAllContexts].
Implements
Namespace: Google.Cloud.Dialogflow.V2
Assembly: Google.Cloud.Dialogflow.V2.dll
Syntax
public sealed class DeleteAllContextsRequest : IMessage<DeleteAllContextsRequest>, IEquatable<DeleteAllContextsRequest>, IDeepCloneable<DeleteAllContextsRequest>, IBufferMessage, IMessage
Constructors
DeleteAllContextsRequest()
Declaration
public DeleteAllContextsRequest()
DeleteAllContextsRequest(DeleteAllContextsRequest)
Declaration
public DeleteAllContextsRequest(DeleteAllContextsRequest other)
Parameters
Type | Name | Description |
---|---|---|
DeleteAllContextsRequest | other |
Properties
Parent
Required. The name of the session to delete all contexts from. Format:
projects/<Project ID>/agent/sessions/<Session ID>
or projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session ID>
.
If Environment ID
is not specified we assume default 'draft' environment.
If User ID
is not specified, we assume default '-' user.
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsSessionName
SessionName-typed view over the Parent resource name property.
Declaration
public SessionName ParentAsSessionName { get; set; }
Property Value
Type | Description |
---|---|
SessionName |