public interface CreateParticipantRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. Resource identifier of the conversation adding the participant.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. Resource identifier of the conversation adding the participant.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getParticipant()
public abstract Participant getParticipant()Required. The participant to create.
.google.cloud.dialogflow.v2.Participant participant = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Participant |
The participant. |
getParticipantOrBuilder()
public abstract ParticipantOrBuilder getParticipantOrBuilder()Required. The participant to create.
.google.cloud.dialogflow.v2.Participant participant = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ParticipantOrBuilder |
|
hasParticipant()
public abstract boolean hasParticipant()Required. The participant to create.
.google.cloud.dialogflow.v2.Participant participant = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the participant field is set. |