| Modifier and Type | Method and Description |
|---|---|
Conversation.Interaction |
Conversation.Interaction.Builder.build() |
Conversation.Interaction |
Conversation.Interaction.Builder.buildPartial() |
static Conversation.Interaction |
Conversation.Interaction.getDefaultInstance() |
Conversation.Interaction |
Conversation.Interaction.getDefaultInstanceForType() |
Conversation.Interaction |
Conversation.Interaction.Builder.getDefaultInstanceForType() |
Conversation.Interaction |
ConversationOrBuilder.getInteractions(int index)
Interactions of the conversation.
|
Conversation.Interaction |
Conversation.getInteractions(int index)
Interactions of the conversation.
|
Conversation.Interaction |
Conversation.Builder.getInteractions(int index)
Interactions of the conversation.
|
static Conversation.Interaction |
Conversation.Interaction.parseDelimitedFrom(InputStream input) |
static Conversation.Interaction |
Conversation.Interaction.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Conversation.Interaction |
Conversation.Interaction.parseFrom(byte[] data) |
static Conversation.Interaction |
Conversation.Interaction.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Conversation.Interaction |
Conversation.Interaction.parseFrom(ByteBuffer data) |
static Conversation.Interaction |
Conversation.Interaction.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Conversation.Interaction |
Conversation.Interaction.parseFrom(com.google.protobuf.ByteString data) |
static Conversation.Interaction |
Conversation.Interaction.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Conversation.Interaction |
Conversation.Interaction.parseFrom(com.google.protobuf.CodedInputStream input) |
static Conversation.Interaction |
Conversation.Interaction.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Conversation.Interaction |
Conversation.Interaction.parseFrom(InputStream input) |
static Conversation.Interaction |
Conversation.Interaction.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Conversation.Interaction> |
ConversationOrBuilder.getInteractionsList()
Interactions of the conversation.
|
List<Conversation.Interaction> |
Conversation.getInteractionsList()
Interactions of the conversation.
|
List<Conversation.Interaction> |
Conversation.Builder.getInteractionsList()
Interactions of the conversation.
|
com.google.protobuf.Parser<Conversation.Interaction> |
Conversation.Interaction.getParserForType() |
static com.google.protobuf.Parser<Conversation.Interaction> |
Conversation.Interaction.parser() |
| Modifier and Type | Method and Description |
|---|---|
Conversation.Builder |
Conversation.Builder.addInteractions(Conversation.Interaction value)
Interactions of the conversation.
|
Conversation.Builder |
Conversation.Builder.addInteractions(int index,
Conversation.Interaction value)
Interactions of the conversation.
|
Conversation.Interaction.Builder |
Conversation.Interaction.Builder.mergeFrom(Conversation.Interaction other) |
static Conversation.Interaction.Builder |
Conversation.Interaction.newBuilder(Conversation.Interaction prototype) |
Conversation.Builder |
Conversation.Builder.setInteractions(int index,
Conversation.Interaction value)
Interactions of the conversation.
|
| Modifier and Type | Method and Description |
|---|---|
Conversation.Builder |
Conversation.Builder.addAllInteractions(Iterable<? extends Conversation.Interaction> values)
Interactions of the conversation.
|
Copyright © 2025 Google LLC. All rights reserved.