| Modifier and Type | Method and Description |
|---|---|
static OutputState |
OutputState.forNumber(int value) |
OutputState |
ExampleOrBuilder.getConversationState()
Required.
|
OutputState |
Example.getConversationState()
Required.
|
OutputState |
Example.Builder.getConversationState()
Required.
|
OutputState |
FlowInvocationOrBuilder.getFlowState()
Required.
|
OutputState |
FlowInvocation.getFlowState()
Required.
|
OutputState |
FlowInvocation.Builder.getFlowState()
Required.
|
OutputState |
PlaybookInvocation.getPlaybookState()
Required.
|
OutputState |
PlaybookInvocation.Builder.getPlaybookState()
Required.
|
OutputState |
PlaybookInvocationOrBuilder.getPlaybookState()
Required.
|
static OutputState |
OutputState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OutputState |
OutputState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OutputState |
OutputState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputState[] |
OutputState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<OutputState> |
OutputState.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Example.Builder |
Example.Builder.setConversationState(OutputState value)
Required.
|
FlowInvocation.Builder |
FlowInvocation.Builder.setFlowState(OutputState value)
Required.
|
PlaybookInvocation.Builder |
PlaybookInvocation.Builder.setPlaybookState(OutputState value)
Required.
|
Copyright © 2025 Google LLC. All rights reserved.