public interface PlaybookVersionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Optional.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Optional.
|
Example |
getExamples(int index)
Output only.
|
int |
getExamplesCount()
Output only.
|
List<Example> |
getExamplesList()
Output only.
|
ExampleOrBuilder |
getExamplesOrBuilder(int index)
Output only.
|
List<? extends ExampleOrBuilder> |
getExamplesOrBuilderList()
Output only.
|
String |
getName()
The unique identifier of the playbook version.
|
com.google.protobuf.ByteString |
getNameBytes()
The unique identifier of the playbook version.
|
Playbook |
getPlaybook()
Output only.
|
PlaybookOrBuilder |
getPlaybookOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasPlaybook()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The unique identifier of the playbook version. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/versions/<VersionID>`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The unique identifier of the playbook version. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/versions/<VersionID>`.
string name = 1;String getDescription()
Optional. The description of the playbook version.
string description = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getDescriptionBytes()
Optional. The description of the playbook version.
string description = 2 [(.google.api.field_behavior) = OPTIONAL];boolean hasPlaybook()
Output only. Snapshot of the playbook when the playbook version is created.
.google.cloud.dialogflow.cx.v3beta1.Playbook playbook = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Playbook getPlaybook()
Output only. Snapshot of the playbook when the playbook version is created.
.google.cloud.dialogflow.cx.v3beta1.Playbook playbook = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
PlaybookOrBuilder getPlaybookOrBuilder()
Output only. Snapshot of the playbook when the playbook version is created.
.google.cloud.dialogflow.cx.v3beta1.Playbook playbook = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<Example> getExamplesList()
Output only. Snapshot of the examples belonging to the playbook when the playbook version is created.
repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Example getExamples(int index)
Output only. Snapshot of the examples belonging to the playbook when the playbook version is created.
repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getExamplesCount()
Output only. Snapshot of the examples belonging to the playbook when the playbook version is created.
repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends ExampleOrBuilder> getExamplesOrBuilderList()
Output only. Snapshot of the examples belonging to the playbook when the playbook version is created.
repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
ExampleOrBuilder getExamplesOrBuilder(int index)
Output only. Snapshot of the examples belonging to the playbook when the playbook version is created.
repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. Last time the playbook version was created or modified.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. Last time the playbook version was created or modified.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Last time the playbook version was created or modified.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.