| Modifier and Type | Method and Description |
|---|---|
Fulfillment |
Fulfillment.Builder.build() |
Fulfillment |
Fulfillment.Builder.buildPartial() |
static Fulfillment |
Fulfillment.getDefaultInstance() |
Fulfillment |
Fulfillment.getDefaultInstanceForType() |
Fulfillment |
Fulfillment.Builder.getDefaultInstanceForType() |
Fulfillment |
Page.getEntryFulfillment()
The fulfillment to call when the session is entering the page.
|
Fulfillment |
Page.Builder.getEntryFulfillment()
The fulfillment to call when the session is entering the page.
|
Fulfillment |
PageOrBuilder.getEntryFulfillment()
The fulfillment to call when the session is entering the page.
|
Fulfillment |
Form.Parameter.FillBehaviorOrBuilder.getInitialPromptFulfillment()
Required.
|
Fulfillment |
Form.Parameter.FillBehavior.getInitialPromptFulfillment()
Required.
|
Fulfillment |
Form.Parameter.FillBehavior.Builder.getInitialPromptFulfillment()
Required.
|
Fulfillment |
TransitionRoute.getTriggerFulfillment()
The fulfillment to call when the condition is satisfied.
|
Fulfillment |
TransitionRoute.Builder.getTriggerFulfillment()
The fulfillment to call when the condition is satisfied.
|
Fulfillment |
EventHandler.getTriggerFulfillment()
The fulfillment to call when the event occurs.
|
Fulfillment |
EventHandler.Builder.getTriggerFulfillment()
The fulfillment to call when the event occurs.
|
Fulfillment |
TransitionRouteOrBuilder.getTriggerFulfillment()
The fulfillment to call when the condition is satisfied.
|
Fulfillment |
EventHandlerOrBuilder.getTriggerFulfillment()
The fulfillment to call when the event occurs.
|
static Fulfillment |
Fulfillment.parseDelimitedFrom(InputStream input) |
static Fulfillment |
Fulfillment.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Fulfillment |
Fulfillment.parseFrom(byte[] data) |
static Fulfillment |
Fulfillment.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Fulfillment |
Fulfillment.parseFrom(ByteBuffer data) |
static Fulfillment |
Fulfillment.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Fulfillment |
Fulfillment.parseFrom(com.google.protobuf.ByteString data) |
static Fulfillment |
Fulfillment.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Fulfillment |
Fulfillment.parseFrom(com.google.protobuf.CodedInputStream input) |
static Fulfillment |
Fulfillment.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Fulfillment |
Fulfillment.parseFrom(InputStream input) |
static Fulfillment |
Fulfillment.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Fulfillment> |
Fulfillment.getParserForType() |
static com.google.protobuf.Parser<Fulfillment> |
Fulfillment.parser() |
| Modifier and Type | Method and Description |
|---|---|
Page.Builder |
Page.Builder.mergeEntryFulfillment(Fulfillment value)
The fulfillment to call when the session is entering the page.
|
Fulfillment.Builder |
Fulfillment.Builder.mergeFrom(Fulfillment other) |
Form.Parameter.FillBehavior.Builder |
Form.Parameter.FillBehavior.Builder.mergeInitialPromptFulfillment(Fulfillment value)
Required.
|
TransitionRoute.Builder |
TransitionRoute.Builder.mergeTriggerFulfillment(Fulfillment value)
The fulfillment to call when the condition is satisfied.
|
EventHandler.Builder |
EventHandler.Builder.mergeTriggerFulfillment(Fulfillment value)
The fulfillment to call when the event occurs.
|
static Fulfillment.Builder |
Fulfillment.newBuilder(Fulfillment prototype) |
Page.Builder |
Page.Builder.setEntryFulfillment(Fulfillment value)
The fulfillment to call when the session is entering the page.
|
Form.Parameter.FillBehavior.Builder |
Form.Parameter.FillBehavior.Builder.setInitialPromptFulfillment(Fulfillment value)
Required.
|
TransitionRoute.Builder |
TransitionRoute.Builder.setTriggerFulfillment(Fulfillment value)
The fulfillment to call when the condition is satisfied.
|
EventHandler.Builder |
EventHandler.Builder.setTriggerFulfillment(Fulfillment value)
The fulfillment to call when the event occurs.
|
Copyright © 2022 Google LLC. All rights reserved.