Uses of Interface
com.google.cloud.dialogflow.v2beta1.ParticipantOrBuilder
-
Packages that use ParticipantOrBuilder Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of ParticipantOrBuilder in com.google.cloud.dialogflow.v2beta1
Classes in com.google.cloud.dialogflow.v2beta1 that implement ParticipantOrBuilder Modifier and Type Class Description class
Participant
Represents a conversation participant (human agent, virtual agent, end-user).static class
Participant.Builder
Represents a conversation participant (human agent, virtual agent, end-user).Methods in com.google.cloud.dialogflow.v2beta1 that return ParticipantOrBuilder Modifier and Type Method Description ParticipantOrBuilder
CreateParticipantRequest.Builder. getParticipantOrBuilder()
Required.ParticipantOrBuilder
CreateParticipantRequest. getParticipantOrBuilder()
Required.ParticipantOrBuilder
CreateParticipantRequestOrBuilder. getParticipantOrBuilder()
Required.ParticipantOrBuilder
UpdateParticipantRequest.Builder. getParticipantOrBuilder()
Required.ParticipantOrBuilder
UpdateParticipantRequest. getParticipantOrBuilder()
Required.ParticipantOrBuilder
UpdateParticipantRequestOrBuilder. getParticipantOrBuilder()
Required.ParticipantOrBuilder
ListParticipantsResponse.Builder. getParticipantsOrBuilder(int index)
The list of participants.ParticipantOrBuilder
ListParticipantsResponse. getParticipantsOrBuilder(int index)
The list of participants.ParticipantOrBuilder
ListParticipantsResponseOrBuilder. getParticipantsOrBuilder(int index)
The list of participants.Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type ParticipantOrBuilder Modifier and Type Method Description List<? extends ParticipantOrBuilder>
ListParticipantsResponse.Builder. getParticipantsOrBuilderList()
The list of participants.List<? extends ParticipantOrBuilder>
ListParticipantsResponse. getParticipantsOrBuilderList()
The list of participants.List<? extends ParticipantOrBuilder>
ListParticipantsResponseOrBuilder. getParticipantsOrBuilderList()
The list of participants.
-