| Modifier and Type | Class and Description |
|---|---|
static class |
Conversation.Interaction
Represents an interaction between an end user and a Dialogflow CX agent
using V3 (Streaming)DetectIntent API, or an interaction between an end user
and a Dialogflow CX agent using V2 (Streaming)AnalyzeContent API.
|
static class |
Conversation.Interaction.Builder
Represents an interaction between an end user and a Dialogflow CX agent
using V3 (Streaming)DetectIntent API, or an interaction between an end user
and a Dialogflow CX agent using V2 (Streaming)AnalyzeContent API.
|
| Modifier and Type | Method and Description |
|---|---|
Conversation.InteractionOrBuilder |
ConversationOrBuilder.getInteractionsOrBuilder(int index)
Interactions of the conversation.
|
Conversation.InteractionOrBuilder |
Conversation.getInteractionsOrBuilder(int index)
Interactions of the conversation.
|
Conversation.InteractionOrBuilder |
Conversation.Builder.getInteractionsOrBuilder(int index)
Interactions of the conversation.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Conversation.InteractionOrBuilder> |
ConversationOrBuilder.getInteractionsOrBuilderList()
Interactions of the conversation.
|
List<? extends Conversation.InteractionOrBuilder> |
Conversation.getInteractionsOrBuilderList()
Interactions of the conversation.
|
List<? extends Conversation.InteractionOrBuilder> |
Conversation.Builder.getInteractionsOrBuilderList()
Interactions of the conversation.
|
Copyright © 2025 Google LLC. All rights reserved.