public interface CreatePlaybookRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The agent to create a playbook for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The agent to create a playbook for.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getPlaybook()
public abstract Playbook getPlaybook()Required. The playbook to create.
.google.cloud.dialogflow.cx.v3beta1.Playbook playbook = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Playbook |
The playbook. |
getPlaybookOrBuilder()
public abstract PlaybookOrBuilder getPlaybookOrBuilder()Required. The playbook to create.
.google.cloud.dialogflow.cx.v3beta1.Playbook playbook = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PlaybookOrBuilder |
|
hasPlaybook()
public abstract boolean hasPlaybook()Required. The playbook to create.
.google.cloud.dialogflow.cx.v3beta1.Playbook playbook = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the playbook field is set. |