public sealed class GenericWebService : IMessage<Webhook.Types.GenericWebService>, IEquatable<Webhook.Types.GenericWebService>, IDeepCloneable<Webhook.Types.GenericWebService>, IBufferMessage, IMessage
Represents configuration for a generic web service.
public RepeatedField<ByteString> AllowedCaCerts { get; }
Optional. Specifies a list of allowed custom CA certificates (in DER format) for
HTTPS verification. This overrides the default SSL trust store. If this
is empty or unspecified, Dialogflow will use Google's default trust store
to verify certificates.
N.B. Make sure the HTTPS server certificates are signed with "subject alt
name". For instance a certificate can be self-signed using the following
command,
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eGenericWebService\u003c/code\u003e class, which is part of the \u003ccode\u003eGoogle.Cloud.Dialogflow.Cx.V3\u003c/code\u003e namespace and is used for configuring generic web service connections in Dialogflow CX.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGenericWebService\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling various functionalities such as message handling, equality comparison, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides properties to manage HTTPS verification, including \u003ccode\u003eAllowedCaCerts\u003c/code\u003e for custom CA certificates and other properties such as \u003ccode\u003eRequestHeaders\u003c/code\u003e, \u003ccode\u003eUri\u003c/code\u003e, and obsolete properties such as \u003ccode\u003ePassword\u003c/code\u003e, and \u003ccode\u003eUsername\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage also lists all of the different versions of the Google.Cloud.Dialogflow.Cx.V3 package, ranging from version 1.0.0 to the latest version, 2.23.0.\u003c/p\u003e\n"],["\u003cp\u003eConstructors are provided for creating instances of \u003ccode\u003eGenericWebService\u003c/code\u003e, either as a default object or by copying another \u003ccode\u003eGenericWebService\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]