Class WebhookRequest.FulfillmentInfo (0.52.0)

public static final class WebhookRequest.FulfillmentInfo extends GeneratedMessageV3 implements WebhookRequest.FulfillmentInfoOrBuilder

Represents fulfillment information communicated to the webhook.

Protobuf type google.cloud.dialogflow.cx.v3beta1.WebhookRequest.FulfillmentInfo

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > WebhookRequest.FulfillmentInfo

Static Fields

TAG_FIELD_NUMBER

public static final int TAG_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static WebhookRequest.FulfillmentInfo getDefaultInstance()
Returns
TypeDescription
WebhookRequest.FulfillmentInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static WebhookRequest.FulfillmentInfo.Builder newBuilder()
Returns
TypeDescription
WebhookRequest.FulfillmentInfo.Builder

newBuilder(WebhookRequest.FulfillmentInfo prototype)

public static WebhookRequest.FulfillmentInfo.Builder newBuilder(WebhookRequest.FulfillmentInfo prototype)
Parameter
NameDescription
prototypeWebhookRequest.FulfillmentInfo
Returns
TypeDescription
WebhookRequest.FulfillmentInfo.Builder

parseDelimitedFrom(InputStream input)

public static WebhookRequest.FulfillmentInfo parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
WebhookRequest.FulfillmentInfo
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WebhookRequest.FulfillmentInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WebhookRequest.FulfillmentInfo
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static WebhookRequest.FulfillmentInfo parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
WebhookRequest.FulfillmentInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static WebhookRequest.FulfillmentInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WebhookRequest.FulfillmentInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static WebhookRequest.FulfillmentInfo parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
WebhookRequest.FulfillmentInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static WebhookRequest.FulfillmentInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WebhookRequest.FulfillmentInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static WebhookRequest.FulfillmentInfo parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
WebhookRequest.FulfillmentInfo
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static WebhookRequest.FulfillmentInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WebhookRequest.FulfillmentInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static WebhookRequest.FulfillmentInfo parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
WebhookRequest.FulfillmentInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WebhookRequest.FulfillmentInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WebhookRequest.FulfillmentInfo
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static WebhookRequest.FulfillmentInfo parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
WebhookRequest.FulfillmentInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static WebhookRequest.FulfillmentInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
WebhookRequest.FulfillmentInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<WebhookRequest.FulfillmentInfo> parser()
Returns
TypeDescription
Parser<FulfillmentInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public WebhookRequest.FulfillmentInfo getDefaultInstanceForType()
Returns
TypeDescription
WebhookRequest.FulfillmentInfo

getParserForType()

public Parser<WebhookRequest.FulfillmentInfo> getParserForType()
Returns
TypeDescription
Parser<FulfillmentInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTag()

public String getTag()

Always present. The value of the Fulfillment.tag field will be populated in this field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes.

string tag = 1;

Returns
TypeDescription
String

The tag.

getTagBytes()

public ByteString getTagBytes()

Always present. The value of the Fulfillment.tag field will be populated in this field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes.

string tag = 1;

Returns
TypeDescription
ByteString

The bytes for tag.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public WebhookRequest.FulfillmentInfo.Builder newBuilderForType()
Returns
TypeDescription
WebhookRequest.FulfillmentInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected WebhookRequest.FulfillmentInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
WebhookRequest.FulfillmentInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public WebhookRequest.FulfillmentInfo.Builder toBuilder()
Returns
TypeDescription
WebhookRequest.FulfillmentInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException