BaseModelCheckBlockedResponse Method

[Missing <summary> documentation for "M:GenerativeAI.BaseModel.CheckBlockedResponse(GenerativeAI.Types.GenerateContentResponse,System.String)"]

Definition

Namespace: GenerativeAI
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
protected void CheckBlockedResponse(
	GenerateContentResponse? response,
	string url
)

Parameters

response  GenerateContentResponse

[Missing <param name="response"/> documentation for "M:GenerativeAI.BaseModel.CheckBlockedResponse(GenerativeAI.Types.GenerateContentResponse,System.String)"]

url  String

[Missing <param name="url"/> documentation for "M:GenerativeAI.BaseModel.CheckBlockedResponse(GenerativeAI.Types.GenerateContentResponse,System.String)"]

See Also