public sealed class CreateExampleRequest : IMessage<CreateExampleRequest>, IEquatable<CreateExampleRequest>, IDeepCloneable<CreateExampleRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class CreateExampleRequest.
The request message for [Examples.CreateExample][google.cloud.dialogflow.cx.v3.Examples.CreateExample].
Implements
IMessageCreateExampleRequest, IEquatableCreateExampleRequest, IDeepCloneableCreateExampleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
CreateExampleRequest()
public CreateExampleRequest()CreateExampleRequest(CreateExampleRequest)
public CreateExampleRequest(CreateExampleRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateExampleRequest |
Properties
Example
public Example Example { get; set; }Required. The example to create.
| Property Value | |
|---|---|
| Type | Description |
Example |
|
Parent
public string Parent { get; set; }Required. The playbook to create an example for.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsPlaybookName
public PlaybookName ParentAsPlaybookName { get; set; }PlaybookName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
PlaybookName |
|